diff options
author | 2003-07-15 19:06:01 +0000 | |
---|---|---|
committer | 2003-07-15 19:06:01 +0000 | |
commit | 01b0fd0aef96c3f97dce52278f4bd263441ff3bf (patch) | |
tree | 5d1b4b9191b403292b830d78966526697c6425d5 /net-print/fax4cups/fax4cups-1.23.ebuild | |
parent | initial release (diff) | |
download | historical-01b0fd0aef96c3f97dce52278f4bd263441ff3bf.tar.gz historical-01b0fd0aef96c3f97dce52278f4bd263441ff3bf.tar.bz2 historical-01b0fd0aef96c3f97dce52278f4bd263441ff3bf.zip |
initial release
Diffstat (limited to 'net-print/fax4cups/fax4cups-1.23.ebuild')
-rw-r--r-- | net-print/fax4cups/fax4cups-1.23.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-print/fax4cups/fax4cups-1.23.ebuild b/net-print/fax4cups/fax4cups-1.23.ebuild new file mode 100644 index 000000000000..c3269dd58ba5 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.23.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.1 2003/07/15 19:05:49 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" +IUSE="" +DEPEND="net-print/cups + || ( net-misc/hylafax net-misc/efax ) " + +S=${WORKDIR}/fax4CUPS-${PV} + + +src_install() { + + doman fax4CUPS.1 + + # Backends + insinto /usr/lib/cups/backend + doins efax hylafax + + # PPD's + insinto /usr/share/cups/model + doins efax.ppd hylafax.ppd +} |