diff options
Diffstat (limited to 'app-crypt/md5deep/md5deep-3.7.ebuild')
-rw-r--r-- | app-crypt/md5deep/md5deep-3.7.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/md5deep/md5deep-3.7.ebuild b/app-crypt/md5deep/md5deep-3.7.ebuild new file mode 100644 index 000000000000..7243e227f90a --- /dev/null +++ b/app-crypt/md5deep/md5deep-3.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-3.7.ebuild,v 1.1 2011/02/13 12:24:43 fauli Exp $ + +DESCRIPTION="Expanded md5sum program with recursive and comparison options" +HOMEPAGE="http://md5deep.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="public-domain GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |