summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-05-26 01:38:01 +0000
committerJon Portnoy <avenj@gentoo.org>2003-05-26 01:38:01 +0000
commit68122ee3d63c538888f863b3716a0bec294f777b (patch)
treef8d9c41f043d01b3e46340882bd13cfa10af5ccb /x11-misc/efax-gtk
parentInitial import (diff)
downloadhistorical-68122ee3d63c538888f863b3716a0bec294f777b.tar.gz
historical-68122ee3d63c538888f863b3716a0bec294f777b.tar.bz2
historical-68122ee3d63c538888f863b3716a0bec294f777b.zip
Initial import
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r--x11-misc/efax-gtk/Manifest3
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild46
-rw-r--r--x11-misc/efax-gtk/files/digest-efax-gtk-2.0.71
3 files changed, 49 insertions, 1 deletions
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