milis/talimatname/genel/z/zzuf/talimat

18 lines
346 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Uygulama girdi testi (fuzzing) aracı.
2017-06-13 23:45:48 +02:00
# URL: http://sam.zoy.org/zzuf/
2017-10-27 20:46:27 +02:00
# Paketçi: yakar (aydin@komutan.org)
# Gerekler:
2017-06-13 23:45:48 +02:00
2017-10-28 14:10:23 +02:00
isim=zzuf
surum=0.15
devir=1
kaynak=(https://github.com/samhocevar/$isim/archive/v$surum.tar.gz)
2017-06-13 23:45:48 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/zzuf-$surum"
2017-06-13 23:45:48 +02:00
sh bootstrap
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}