summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/cfv/cfv-1.17.ebuild')
-rw-r--r--app-arch/cfv/cfv-1.17.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/cfv/cfv-1.17.ebuild b/app-arch/cfv/cfv-1.17.ebuild
new file mode 100644
index 000000000000..2af5e1ffa818
--- /dev/null
+++ b/app-arch/cfv/cfv-1.17.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.17.ebuild,v 1.1 2004/08/05 16:39:47 sekretarz Exp $
+
+DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
+HOMEPAGE="http://cfv.sourceforge.net/"
+SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc ~amd64"
+
+DEPEND=""
+RDEPEND="dev-lang/python
+ dev-python/python-fchksum"
+
+src_install() {
+ dobin cfv
+ doman cfv.1
+ dodoc README Changelog
+}