diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-14 16:31:15 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-14 16:31:15 +0000 |
commit | c66b15caeb96f02d5b68cadc8ffa81cefaae142f (patch) | |
tree | 6492dc98b5c23180ea814f93b2de1c930600a33c /net-print/fax4cups/fax4cups-1.28.ebuild | |
parent | Initial import. Closes bug #105601 (diff) | |
download | gentoo-2-c66b15caeb96f02d5b68cadc8ffa81cefaae142f.tar.gz gentoo-2-c66b15caeb96f02d5b68cadc8ffa81cefaae142f.tar.bz2 gentoo-2-c66b15caeb96f02d5b68cadc8ffa81cefaae142f.zip |
version bump thanks to Vieri <rentorbuy@yahoo.com> in bug 164979
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-print/fax4cups/fax4cups-1.28.ebuild')
-rw-r--r-- | net-print/fax4cups/fax4cups-1.28.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-print/fax4cups/fax4cups-1.28.ebuild b/net-print/fax4cups/fax4cups-1.28.ebuild new file mode 100644 index 000000000000..2faa0ccc8ea2 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.28.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.28.ebuild,v 1.1 2007/03/14 16:31:15 genstef Exp $ + +DESCRIPTION="efax/hylafax backend for CUPS" + +HOMEPAGE="http://vigna.dsi.unimi.it/fax4CUPS/" +SRC_URI="http://vigna.dsi.unimi.it/fax4CUPS/fax4CUPS-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +DEPEND="net-print/cups + || ( net-misc/hylafax net-misc/efax net-dialup/mgetty ) + app-admin/sudo" + +S=${WORKDIR}/fax4CUPS-${PV} + +src_install() { + + doman fax4CUPS.1 + + # Backends + exeinto /usr/lib/cups/backend + doexe efax hylafax + + # PPD's + insinto /usr/share/cups/model + doins efax.ppd hylafax.ppd +} + +pkg_postinst() { + einfo "Please execute '/etc/init.d/cups restart'" + einfo "to get this *.ppd files working properly" +} |