summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-25 21:40:16 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-25 21:40:16 +0000
commitbb0f2d762417bc81628ddbbf660585fccf1e4381 (patch)
treeca8675547c53be93eed8c70ca1a92b973996dba2 /net-misc
parentInitial ebuild submitted by pst@ican.at in #22742. (diff)
downloadgentoo-2-bb0f2d762417bc81628ddbbf660585fccf1e4381.tar.gz
gentoo-2-bb0f2d762417bc81628ddbbf660585fccf1e4381.tar.bz2
gentoo-2-bb0f2d762417bc81628ddbbf660585fccf1e4381.zip
Initial ebuild submitted by pst@ican.at in #22742.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/puf/ChangeLog9
-rw-r--r--net-misc/puf/Manifest3
-rw-r--r--net-misc/puf/files/digest-puf-0.93.2a1
-rw-r--r--net-misc/puf/puf-0.93.2a.ebuild24
4 files changed, 36 insertions, 1 deletions
diff --git a/net-misc/puf/ChangeLog b/net-misc/puf/ChangeLog
new file mode 100644
index 000000000000..75b750117fb3
--- /dev/null
+++ b/net-misc/puf/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/puf
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/ChangeLog,v 1.1 2003/06/25 21:40:07 mholzer Exp $
+
+*puf-0.93.2a (25 Jun 2003)
+
+ 25 Jun 2003; Martin Holzer <mholzer@gentoo.org> puf-0.93.2a.ebuild:
+ Initial ebuild submitted by pst@ican.at in #22742.
+
diff --git a/net-misc/puf/Manifest b/net-misc/puf/Manifest
index 74a899d18c08..1878daf4267a 100644
--- a/net-misc/puf/Manifest
+++ b/net-misc/puf/Manifest
@@ -1,2 +1,3 @@
-MD5 a675e1575a88555c9e93ddf0bbba2adc puf-0.93.2a.ebuild 493
+MD5 cb69a4f14541e130c5aeec10dc84192a puf-0.93.2a.ebuild 569
+MD5 7c9a96f439a5281b2cc4c7b7522651b0 ChangeLog 359
MD5 d78942f364432f010119190de762d218 files/digest-puf-0.93.2a 63
diff --git a/net-misc/puf/files/digest-puf-0.93.2a b/net-misc/puf/files/digest-puf-0.93.2a
new file mode 100644
index 000000000000..21931b44fcfd
--- /dev/null
+++ b/net-misc/puf/files/digest-puf-0.93.2a
@@ -0,0 +1 @@
+MD5 98be46a7c2717919df73479fce53d547 puf-0.93.2a.tar.gz 113073
diff --git a/net-misc/puf/puf-0.93.2a.ebuild b/net-misc/puf/puf-0.93.2a.ebuild
new file mode 100644
index 000000000000..2f508a39e734
--- /dev/null
+++ b/net-misc/puf/puf-0.93.2a.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.1 2003/06/25 21:40:07 mholzer Exp $
+
+DESCRIPTION="A download tool for UNIX-like systems."
+SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"
+HOMEPAGE="http://puf.sourceforge.net/"
+
+DEPEND="virtual/glibc"
+
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS NEWS README TODO
+}