diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-07-13 17:39:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-07-13 17:39:59 +0000 |
commit | 46f0a0505087b623b6be8d4c0a6e56e52364aa10 (patch) | |
tree | 9353f6624211c0144876d1892dd4815569a90d41 /net-print/fax4cups/fax4cups-1.24.ebuild | |
parent | fix linking on darwin8. bug 92286 (diff) | |
download | gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.tar.gz gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.tar.bz2 gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.zip |
version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-print/fax4cups/fax4cups-1.24.ebuild')
-rw-r--r-- | net-print/fax4cups/fax4cups-1.24.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-print/fax4cups/fax4cups-1.24.ebuild b/net-print/fax4cups/fax4cups-1.24.ebuild new file mode 100644 index 000000000000..aad9952c7f56 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.24.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.24.ebuild,v 1.1 2005/07/13 17:39:59 lanius 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="~x86 ~amd64" +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 +} |