summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-05-26 01:29:16 +0000
committerJon Portnoy <avenj@gentoo.org>2003-05-26 01:29:16 +0000
commitc3567c51c0d0d3c13426a5f18f04011f68829f83 (patch)
treeaf6caf0d79a96fe4154b01ff95eb56fe4b4324ad /net-misc/efax
parentInitial import (diff)
downloadhistorical-c3567c51c0d0d3c13426a5f18f04011f68829f83.tar.gz
historical-c3567c51c0d0d3c13426a5f18f04011f68829f83.tar.bz2
historical-c3567c51c0d0d3c13426a5f18f04011f68829f83.zip
Initial import
Diffstat (limited to 'net-misc/efax')
-rw-r--r--net-misc/efax/Manifest3
-rw-r--r--net-misc/efax/efax-0.9a.ebuild28
-rw-r--r--net-misc/efax/files/digest-efax-0.9a1
3 files changed, 31 insertions, 1 deletions
diff --git a/net-misc/efax/Manifest b/net-misc/efax/Manifest
index 3e3f9b84014c..77e7b7de719e 100644
--- a/net-misc/efax/Manifest
+++ b/net-misc/efax/Manifest
@@ -1,2 +1,3 @@
-MD5 3719e227a0fef96b7abad8abb11437b5 efax-0.9a.ebuild 605
+MD5 039caf823a33a9eb940eba7d07e5bd23 efax-0.9a.ebuild 697
+MD5 ae556afad6ccb8a409470307bd2f7e14 ChangeLog 394
MD5 c2f8bbf4bc4c515277e9266bf7b5b0a8 files/digest-efax-0.9a 67
diff --git a/net-misc/efax/efax-0.9a.ebuild b/net-misc/efax/efax-0.9a.ebuild
new file mode 100644
index 000000000000..d6fe4141960d
--- /dev/null
+++ b/net-misc/efax/efax-0.9a.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a.ebuild,v 1.1 2003/05/26 01:29:03 avenj Exp $
+
+S=${WORKDIR}/${P}-001114
+DESCRIPTION="A simple fax program for single-user systems"
+SRC_URI="http://www.cce.com/efax/download/${P}-001114.tar.gz"
+HOMEPAGE="http://www.cce.com/efax/"
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+LICENSE="GPL-2"
+
+src_unpack () {
+ unpack ${A}
+ cd ${S}
+ cp Makefile Makefile.orig
+ sed -e "s:CFLAGS=:CFLAGS=${CFLAGS}:" Makefile.orig > Makefile
+}
+
+src_compile () {
+ emake
+}
+
+src_install () {
+ dobin efax efix fax
+ doman efax.1 efix.1 fax.1
+ dodoc COPYING README
+}
diff --git a/net-misc/efax/files/digest-efax-0.9a b/net-misc/efax/files/digest-efax-0.9a
new file mode 100644
index 000000000000..5614ed7fbb1c
--- /dev/null
+++ b/net-misc/efax/files/digest-efax-0.9a
@@ -0,0 +1 @@
+MD5 28abef47d9700eb1c20bf5770565aa7d efax-0.9a-001114.tar.gz 97402