diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-18 17:04:12 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-18 17:04:12 +0000 |
commit | 04fdc34878c2c65e7dfc9cd8946cbfc0750fc707 (patch) | |
tree | 066f802bacd31d43185357953e1137564c4d7e4e /x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild | |
parent | Stable on ppc64; bug #126009 (diff) | |
download | gentoo-2-04fdc34878c2c65e7dfc9cd8946cbfc0750fc707.tar.gz gentoo-2-04fdc34878c2c65e7dfc9cd8946cbfc0750fc707.tar.bz2 gentoo-2-04fdc34878c2c65e7dfc9cd8946cbfc0750fc707.zip |
Fix bug 121813, thanks to Antek Grzymala.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild')
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild new file mode 100644 index 000000000000..ffab679b5bc3 --- /dev/null +++ b/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild,v 1.1 2006/03/18 17:04:12 nelchael Exp $ + +DESCRIPTION="GTK+2 frontend for the efax program." + +HOMEPAGE="http://efax-gtk.sourceforge.net/" +SRC_URI="mirror://sourceforge/efax-gtk/${P}.src.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=dev-libs/libsigc++-2 + >=sys-apps/sed-4" + +src_install() { + + # The binaries + dobin src/efax-gtk + dobin efax/efax-0.9a + dobin efax/efix-0.9a + + # The man page + doman efax-gtk.1.gz + + # The spool directory and print filter + dodir /var/spool/fax + fowners lp:lp /var/spool/fax + insinto /var/spool/fax + insopts -m755 -oroot -groot + doins efax-gtk-faxfilter/efax-gtk-faxfilter + doins efax-gtk-faxfilter/efax-gtk-socket-client + + # Config file + insinto /etc + doins efax-gtkrc + + # Docs + dodoc BUGS COPYRIGHT HISTORY README +} |