diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-05 05:24:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-05 05:24:12 +0000 |
commit | 521ee444f23dea9f8232d0745bdbbcac64459fe2 (patch) | |
tree | 91004bd20c155043bab3ef321926036f1063eeb0 /net-print/cups-windows/cups-windows-6.0.ebuild | |
parent | stable x86, security bug 178851 (diff) | |
download | gentoo-2-521ee444f23dea9f8232d0745bdbbcac64459fe2.tar.gz gentoo-2-521ee444f23dea9f8232d0745bdbbcac64459fe2.tar.bz2 gentoo-2-521ee444f23dea9f8232d0745bdbbcac64459fe2.zip |
initial import
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-print/cups-windows/cups-windows-6.0.ebuild')
-rw-r--r-- | net-print/cups-windows/cups-windows-6.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-print/cups-windows/cups-windows-6.0.ebuild b/net-print/cups-windows/cups-windows-6.0.ebuild new file mode 100644 index 000000000000..a29997133101 --- /dev/null +++ b/net-print/cups-windows/cups-windows-6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/cups-windows-6.0.ebuild,v 1.1 2007/06/05 05:24:12 vapier Exp $ + +DESCRIPTION="CUPS PostScript Driver for Windows" +HOMEPAGE="http://cups.org/windows/" +SRC_URI="http://ftp.easysw.com/pub/cups/windows/${P}-source.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=net-print/cups-1.2" + +src_install() { + emake install BUILDROOT="${D}" || die + dodoc README.txt +} |