diff options
Diffstat (limited to 'net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild')
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild index 99dd2925566a..b8f386f50c38 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild @@ -1,25 +1,25 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild,v 1.4 2003/07/29 13:16:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild,v 1.5 2004/03/29 01:24:10 vapier Exp $ inherit perl-module DESCRIPTION="Foomatic printer database engine" HOMEPAGE="http://www.linuxprinting.org/foomatic" SRC_URI="http://www.linuxprinting.org/download/foomatic/foomatic-db-engine-${PV}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" -IUSE="" DEPEND="dev-libs/libxml2 net-misc/wget - net-ftp/curl + net-misc/curl net-print/foomatic-filters" src_compile() { epatch ${FILESDIR}/perl-module.diff - econf + econf || die make || die } |