diff options
author | Carl Perry <edolnx@gentoo.org> | 2002-07-07 17:49:09 +0000 |
---|---|---|
committer | Carl Perry <edolnx@gentoo.org> | 2002-07-07 17:49:09 +0000 |
commit | 9254e39a210c0aef040b3f74e5218f041a3e6640 (patch) | |
tree | 041ecdad4bbd5dfc61986e92e97ac7ac42a15f33 /net-print | |
parent | Added new version and fixed initscript so it installs. (diff) | |
download | historical-9254e39a210c0aef040b3f74e5218f041a3e6640.tar.gz historical-9254e39a210c0aef040b3f74e5218f041a3e6640.tar.bz2 historical-9254e39a210c0aef040b3f74e5218f041a3e6640.zip |
Added apsfilter, for those of us who still like lprng :)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/apsfilter/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/apsfilter/apsfilter-7.2.2.ebuild | 35 | ||||
-rw-r--r-- | net-print/apsfilter/files/digest-apsfilter-7.2.2 | 1 |
3 files changed, 44 insertions, 0 deletions
diff --git a/net-print/apsfilter/ChangeLog b/net-print/apsfilter/ChangeLog new file mode 100644 index 000000000000..260b16fa116d --- /dev/null +++ b/net-print/apsfilter/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/ChangeLog,v 1.1 2002/07/07 17:49:09 edolnx Exp $ + +*apsfilter-7.2.2-r1 (16 JUN 2002) + + 16 JUN 2002; Carl Perry <edolnx@gentoo.org>: + Added apsfilter to portage diff --git a/net-print/apsfilter/apsfilter-7.2.2.ebuild b/net-print/apsfilter/apsfilter-7.2.2.ebuild new file mode 100644 index 000000000000..a664ac051a40 --- /dev/null +++ b/net-print/apsfilter/apsfilter-7.2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/apsfilter-7.2.2.ebuild,v 1.1 2002/07/07 17:49:09 edolnx Exp $ + +DESCRIPTION="Apsfilter Prints So Fine, It Leads To Extraordinary Results" +HOMEPAGE="http://www.apsfilter.org" +LICENSE="postcard-apsfilter" + +DEPEND="virtual/lpr >=app-text/ghostscript-6.53-r2 +>=app-text/psutils-1.17 >=media-gfx/imagemagick-5.4.5 +>=app-text/a2ps-4.13b-r4 >=sys-apps/gawk-3.1.0-r1 virtual/mta" + +SRC_URI="http://www.apsfilter.org/download/${P}.tar.bz2" +S=${WORKDIR}/apsfilter + +src_compile() { + + cd ${S} + pwd + + use lpr && myconf="--with-printcap=/etc/lpr/printcap" + use cups && myconf="--with-printcap=/etc/cups/printcap" + use lprng && myconf="--with-printcap=/etc/lprng/printcap" + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + ${myconf} || die "./configure failed" + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dosym /usr/share/apsfilter/SETUP /usr/bin/apsfilter +} diff --git a/net-print/apsfilter/files/digest-apsfilter-7.2.2 b/net-print/apsfilter/files/digest-apsfilter-7.2.2 new file mode 100644 index 000000000000..8d7c698a1c54 --- /dev/null +++ b/net-print/apsfilter/files/digest-apsfilter-7.2.2 @@ -0,0 +1 @@ +MD5 fd8c5f2b016424ef25827fe4bf075a43 apsfilter-7.2.2.tar.bz2 287844 |