diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-01 18:31:38 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-01 18:31:38 +0000 |
commit | b3a98c10e95342ece85231cffa1ed54bfde508cb (patch) | |
tree | ab4d01a28f8871691d4995803ee654d22922516e /net-print/fax4cups/fax4cups-1.25.ebuild | |
parent | Fixed deps for pysqlite bug# 100858 (diff) | |
download | historical-b3a98c10e95342ece85231cffa1ed54bfde508cb.tar.gz historical-b3a98c10e95342ece85231cffa1ed54bfde508cb.tar.bz2 historical-b3a98c10e95342ece85231cffa1ed54bfde508cb.zip |
Version bump to 1.25 thanks to Francisco Javier <ffelix@sshinf.com> in bug #100789
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-print/fax4cups/fax4cups-1.25.ebuild')
-rw-r--r-- | net-print/fax4cups/fax4cups-1.25.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-print/fax4cups/fax4cups-1.25.ebuild b/net-print/fax4cups/fax4cups-1.25.ebuild new file mode 100644 index 000000000000..6c0c3dce9706 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.25.ebuild @@ -0,0 +1,35 @@ +# 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.25.ebuild,v 1.1 2005/08/01 18:31:38 metalgod 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" +} |