diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 21:40:16 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 21:40:16 +0000 |
commit | d737e7e98e8901503324211c025abb26712e3326 (patch) | |
tree | 76b1f299a970d75eb7c1a73f5bc899d0844e0c42 /net-misc/puf | |
parent | Initial ebuild submitted by pst@ican.at in #22742. (diff) | |
download | historical-d737e7e98e8901503324211c025abb26712e3326.tar.gz historical-d737e7e98e8901503324211c025abb26712e3326.tar.bz2 historical-d737e7e98e8901503324211c025abb26712e3326.zip |
Initial ebuild submitted by pst@ican.at in #22742.
Diffstat (limited to 'net-misc/puf')
-rw-r--r-- | net-misc/puf/Manifest | 3 | ||||
-rw-r--r-- | net-misc/puf/files/digest-puf-0.93.2a | 1 | ||||
-rw-r--r-- | net-misc/puf/puf-0.93.2a.ebuild | 24 |
3 files changed, 27 insertions, 1 deletions
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 +} |