summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-06-18 00:58:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-06-18 00:58:00 +0000
commit83e25e943d8cea7ea7cbc6feec5f2a117471ac14 (patch)
tree4dbf5df315d007693871d26a959cb8ba1a3a74f3 /app-crypt/md5deep/md5deep-1.2.ebuild
parentStable for x86. (Manifest recommit) (diff)
downloadgentoo-2-83e25e943d8cea7ea7cbc6feec5f2a117471ac14.tar.gz
gentoo-2-83e25e943d8cea7ea7cbc6feec5f2a117471ac14.tar.bz2
gentoo-2-83e25e943d8cea7ea7cbc6feec5f2a117471ac14.zip
version bump (#49977)
Diffstat (limited to 'app-crypt/md5deep/md5deep-1.2.ebuild')
-rw-r--r--app-crypt/md5deep/md5deep-1.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/md5deep/md5deep-1.2.ebuild b/app-crypt/md5deep/md5deep-1.2.ebuild
new file mode 100644
index 000000000000..10e2e4deba21
--- /dev/null
+++ b/app-crypt/md5deep/md5deep-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-1.2.ebuild,v 1.1 2004/06/18 00:58:00 liquidx Exp $
+
+DESCRIPTION="Expanded md5sum program that has recursive and comparison options"
+HOMEPAGE="http://md5deep.sourceforge.net"
+SRC_URI="mirror://sourceforge/md5deep/${P}.tar.gz"
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
+DEPEND=""
+S=${WORKDIR}/${P}
+
+src_unpack () {
+ unpack ${A} ; cd ${S}
+}
+
+src_compile () {
+ make CFLAGS="${CFLAGS}" linux || die
+}
+
+src_install() {
+ dobin md5deep sha1deep
+ dodoc README CHANGES
+ doman md5deep.1 sha1deep.1
+}