diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-26 01:38:01 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-26 01:38:01 +0000 |
commit | 98941c09f4bd8fd7f37cde74501e926143467fbb (patch) | |
tree | 999d50d8949efda05c0d3bb9266a360658fc176d /x11-misc | |
parent | Initial import (diff) | |
download | gentoo-2-98941c09f4bd8fd7f37cde74501e926143467fbb.tar.gz gentoo-2-98941c09f4bd8fd7f37cde74501e926143467fbb.tar.bz2 gentoo-2-98941c09f4bd8fd7f37cde74501e926143467fbb.zip |
Initial import
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/efax-gtk/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/efax-gtk/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild | 46 | ||||
-rw-r--r-- | x11-misc/efax-gtk/files/digest-efax-gtk-2.0.7 | 1 |
4 files changed, 58 insertions, 1 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog new file mode 100644 index 000000000000..6a5684db6091 --- /dev/null +++ b/x11-misc/efax-gtk/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-misc/efax-gtk +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.1 2003/05/26 01:37:48 avenj Exp $ + +*efax-gtk-2.0.7 (25 May 2003) + + 25 May 2003; Jon Portnoy <avenj@gentoo.org> efax-gtk-2.0.7.ebuild : + Initial import, submitted by Brad Laue, who will also be maintaining + this package futurely. diff --git a/x11-misc/efax-gtk/Manifest b/x11-misc/efax-gtk/Manifest index 3e33461127d2..4d61ed8dba25 100644 --- a/x11-misc/efax-gtk/Manifest +++ b/x11-misc/efax-gtk/Manifest @@ -1,2 +1,3 @@ -MD5 acc84a775738e1215d80872f77237725 efax-gtk-2.0.7.ebuild 872 +MD5 64d270668f2d8446d4f0ae7b83ba1494 efax-gtk-2.0.7.ebuild 973 +MD5 2ca0095e679f2a65c3aa66546fc2c8b5 ChangeLog 412 MD5 ca201a77315e930e87f9e10c8819271d files/digest-efax-gtk-2.0.7 67 diff --git a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild b/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild new file mode 100644 index 000000000000..86f70eb3ad86 --- /dev/null +++ b/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.1 2003/05/26 01:37:48 avenj Exp $ + +DESCRIPTION="GTK+2 frontend for the efax program." + +HOMEPAGE="http://www.cvine.freeserve.co.uk/efax-gtk" +SRC_URI="http://www.cvine.freeserve.co.uk/efax-gtk/${P}.src.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND=">=x11-libs/gtkmm-2.0.5 + >=x11-libs/gtk+-2*" +RDEPEND=">=net-misc/efax-0.9*" + + +S=${WORKDIR}/${PN} + +src_compile() { + econf + emake || die +} + +src_install() { + + # The binaries + dobin efax-gtk efax-gtk-send + + # 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 + + # Config file + insinto /etc + doins efax-gtkrc + + # Docs + dodoc BUGS COPYRIGHT HISTORY README +} diff --git a/x11-misc/efax-gtk/files/digest-efax-gtk-2.0.7 b/x11-misc/efax-gtk/files/digest-efax-gtk-2.0.7 new file mode 100644 index 000000000000..6df1da6f0f8e --- /dev/null +++ b/x11-misc/efax-gtk/files/digest-efax-gtk-2.0.7 @@ -0,0 +1 @@ +MD5 799a7a52ae1ab591d36780d52df17e0f efax-gtk-2.0.7.src.tgz 328380 |