summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/zzuf/zzuf-0.10.ebuild')
-rw-r--r--app-forensics/zzuf/zzuf-0.10.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-forensics/zzuf/zzuf-0.10.ebuild b/app-forensics/zzuf/zzuf-0.10.ebuild
new file mode 100644
index 000000000..7da6fe21e
--- /dev/null
+++ b/app-forensics/zzuf/zzuf-0.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A transparent application input fuzzer."
+HOMEPAGE="http://sam.zoy.org/zzuf/"
+SRC_URI="http://sam.zoy.org/zzuf/${P}.tar.gz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}