diff options
Diffstat (limited to 'homebrew/zzuf/.beer')
-rw-r--r-- | homebrew/zzuf/.beer | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/homebrew/zzuf/.beer b/homebrew/zzuf/.beer new file mode 100644 index 000000000..8015f2f13 --- /dev/null +++ b/homebrew/zzuf/.beer @@ -0,0 +1,36 @@ +{ + "name": "Zzuf", + "description": "Transparent application input fuzzer", + "url": "https://github.com/samhocevar/zzuf/releases/download/v0.15/zzuf-0.15.tar.bz2", + "mirror": null, + "homepage": "http://caca.zoy.org/wiki/zzuf", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./bootstrap\" if build.head?", + "system \"./configure\", \"--disable-dependency-tracking\",", + "\"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "0.15", + "file": "zzuf.rb" +}
\ No newline at end of file |