Merge pull request #157 from yakar/master

zzuf v0.15
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-06-14 00:55:44 +03:00 committed by GitHub
commit d9b9713d97
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: Uygulama girdi testi (fuzzing) aracı.
# URL: http://sam.zoy.org/zzuf/
# Packager: yakar (aydin@komutan.org)
# Depends on:
name=zzuf
version=0.15
release=1
source=(https://github.com/samhocevar/$name/archive/v$version.tar.gz)
build() {
cd "$SRC/zzuf-$version"
sh bootstrap
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}