Create talimat

This commit is contained in:
Aydın Yakar 2017-06-14 00:45:48 +03:00 committed by GitHub
parent 8c9b13ae8b
commit 318ac361c1
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
}