summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/fcrackzip/Manifest2
-rw-r--r--app-crypt/fcrackzip/fcrackzip-1.0.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/app-crypt/fcrackzip/Manifest b/app-crypt/fcrackzip/Manifest
new file mode 100644
index 0000000..4c65003
--- /dev/null
+++ b/app-crypt/fcrackzip/Manifest
@@ -0,0 +1,2 @@
+DIST fcrackzip-1.0.tar.gz 114786 RMD160 8c784108816c990fcd09cfafc69a5d4a0ef1d33a SHA1 92e4f8caa880c55b20e13feb7a25c8b8fd3accf8 SHA256 4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850
+EBUILD fcrackzip-1.0.ebuild 490 RMD160 8d69f63b6dcff331781e2f1e961331e99513b1ba SHA1 9efba9b1e27df7223c6e5cc9f2cae63e7418bdf7 SHA256 a6e4e2ae1af0d8aab441f1a95ec641b606ec71dbe36fda6ccd0ff1d2fd8f3494
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
new file mode 100644
index 0000000..47eaacf
--- /dev/null
+++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A (not so fast) zip password recovery utility"
+HOMEPAGE="http://www.goof.com/pcg/marc/fcrackzip.html"
+SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz"
+
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="app-arch/unzip"
+
+src_install()
+{
+ emake DESTDIR="${D}" install || die "Install failed"
+ mv "${D}"/usr/bin/{zipinfo,fcrack-zipinfo}
+}