diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-29 13:32:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-29 13:32:32 +0000 |
commit | 4ccf7550c9b980ef6a21d09b40886533ec1f7f36 (patch) | |
tree | d0d5e9e3ff4672a24457331d50ea885330e97ed4 /net-misc/hylafax | |
parent | Moved to gentoo-sources (diff) | |
download | gentoo-2-4ccf7550c9b980ef6a21d09b40886533ec1f7f36.tar.gz gentoo-2-4ccf7550c9b980ef6a21d09b40886533ec1f7f36.tar.bz2 gentoo-2-4ccf7550c9b980ef6a21d09b40886533ec1f7f36.zip |
Update
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 | 1 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-cvs-000614-r1.ebuild | 30 |
2 files changed, 15 insertions, 16 deletions
diff --git a/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 b/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 index e0cff0735a0a..058684dcb9bb 100644 --- a/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 +++ b/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 @@ -1 +1,2 @@ MD5 d69c311c00d2959bb1adedb0cb6a2324 hylafax-cvs-000614.tar.bz2 +MD5 811587f88c588add9132cb791f111838 hylafax-cvs-000614.patch.gz diff --git a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild index 2d13c504b555..ddcb9d31e784 100644 --- a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild +++ b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild @@ -1,47 +1,45 @@ # 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.5 2001/04/30 00:01:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.6 2001/05/29 13:32:32 achim Exp $ P=hylafax-cvs-000614 -A=${P}.tar.bz2 +A="${P}.tar.bz2 ${P}.patch.gz" S=${WORKDIR}/hylafax DESCRIPTION="HylaFAX Faxserver" -SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/"${A} +SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${P}.tar.bz2" HOMEPAGE="http://www.hylafax.org" -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc >=sys-devel/gcc-2.95.2 >=media-libs/tiff-3.5.5 >=media-libs/jpeg-6b" src_unpack() { - unpack ${A} + unpack ${P}.tar.bz2 cd ${S} - zcat ${O}/files/${P}.patch.gz | patch -p1 + zcat ${DISTDIR}/${P}.patch.gz | patch -p1 cd .. patch -p0 < ${FILESDIR}/${PF}-gentoo.diff } -src_compile() { - cd ${S} +src_compile() { + try make } -src_install() { - cd ${S} +src_install() { + dodir /usr/bin dodir /usr/sbin dodir /usr/lib/fax - dodir /usr/libexec - dodir /usr/man + dodir /usr/lib/hylafax + dodir /usr/share/man dodir /var/spool/fax dodir /etc/rc.d/init.d - try make BASEDIR=${D} install - prepman + try make BASEDIR=${D} install - dodoc COPYRIGHT README TODO VERSION + dodoc COPYRIGHT README TODO VERSION docinto html dodoc html/*.html html/*.gif for i in Majordomo Modems Modems/Hayes Modems/Supra Modems/Telebit \ |