diff options
Diffstat (limited to 'net-print/gtklp/gtklp-1.2.5.ebuild')
-rw-r--r-- | net-print/gtklp/gtklp-1.2.5.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-print/gtklp/gtklp-1.2.5.ebuild b/net-print/gtklp/gtklp-1.2.5.ebuild deleted file mode 100644 index 6c72d6d8fd33..000000000000 --- a/net-print/gtklp/gtklp-1.2.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/gtklp-1.2.5.ebuild,v 1.2 2008/01/17 16:28:50 flameeyes Exp $ - -DESCRIPTION="A GUI for cupsd" -SRC_URI="mirror://sourceforge/gtklp/${P}.src.tar.gz" -HOMEPAGE="http://gtklp.sourceforge.net" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -LICENSE="GPL-2" -IUSE="nls ssl" - -RDEPEND=">=x11-libs/gtk+-2 - >=net-print/cups-1.1.12 - nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable ssl) \ - || die "configure failed" - emake || die "parallel make failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS BUGS ChangeLog NEWS README README.FAQ TODO USAGE - - use nls || rm -rf "${D}"/usr/share/locale -} |