summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-09 22:58:29 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-09 22:58:29 +0000
commit96540e2dfb86585f13ebf2c7731d5a3548eeb19b (patch)
tree45128f31289fe74b61ea9155e7df783f368a3c44 /net-misc/hylafax
parent*** empty log message *** (diff)
downloadgentoo-2-96540e2dfb86585f13ebf2c7731d5a3548eeb19b.tar.gz
gentoo-2-96540e2dfb86585f13ebf2c7731d5a3548eeb19b.tar.bz2
gentoo-2-96540e2dfb86585f13ebf2c7731d5a3548eeb19b.zip
*** empty log message ***
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r--net-misc/hylafax/files/digest1
-rw-r--r--net-misc/hylafax/files/hylafax-cvs-000614.patch.gzbin0 -> 96141 bytes
-rw-r--r--net-misc/hylafax/hylafax-cvs-000614-r1.ebuild53
3 files changed, 54 insertions, 0 deletions
diff --git a/net-misc/hylafax/files/digest b/net-misc/hylafax/files/digest
new file mode 100644
index 000000000000..e0cff0735a0a
--- /dev/null
+++ b/net-misc/hylafax/files/digest
@@ -0,0 +1 @@
+MD5 d69c311c00d2959bb1adedb0cb6a2324 hylafax-cvs-000614.tar.bz2
diff --git a/net-misc/hylafax/files/hylafax-cvs-000614.patch.gz b/net-misc/hylafax/files/hylafax-cvs-000614.patch.gz
new file mode 100644
index 000000000000..ee9d2c7bc25b
--- /dev/null
+++ b/net-misc/hylafax/files/hylafax-cvs-000614.patch.gz
Binary files differ
diff --git a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
new file mode 100644
index 000000000000..73535adfb326
--- /dev/null
+++ b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.1 2000/08/09 22:58:28 achim Exp $
+
+P=hylafax-cvs-000614
+A=${P}.tar.bz2
+S=${WORKDIR}/hylafax
+CATEGORY="net-misc"
+DESCRIPTION="HylaFAX Faxserver"
+SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/"${A}
+HOMEPAGE="http://www.hylafax.org"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ zcat ${O}/files/${P}.patch.gz | patch -p1
+}
+
+src_compile() {
+ cd ${S}
+ make
+}
+
+src_install() {
+ cd ${S}
+ dodir /usr/bin
+ dodir /usr/sbin
+ dodir /usr/lib/fax
+ dodir /usr/libexec
+ dodir /usr/man
+ dodir /var/spool/fax
+ dodir /etc/rc.d/init.d
+ make BASEDIR=${D} install
+ prepman
+
+ dodoc COPYRIGHT README TODO VERSION
+ docinto html
+ dodoc html/*.html html/*.gif
+ for i in Majordomo Modems Modems/Hayes Modems/Supra Modems/Telebit \
+ Modems/ZyXEL
+ do
+ docinto html/$i
+ dodoc html/$i/*.html
+ done
+ docinto html/icons
+ dodoc html/icons/*.gif
+}
+
+
+
+
+