2016-02-04 23:34:40 +01:00
|
|
|
# Description: security-oriented fuzzer with compile-time instrumentation
|
2020-06-01 15:45:48 +00:00
|
|
|
# URL: https://lcamtuf.coredump.cx/afl/releases/
|
2016-02-04 23:34:40 +01:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2020-06-01 15:45:48 +00:00
|
|
|
# Depends on:
|
2016-02-04 23:34:40 +01:00
|
|
|
|
|
|
|
name=afl
|
2020-08-01 09:28:12 +00:00
|
|
|
version=2.66c
|
2016-02-04 23:34:40 +01:00
|
|
|
release=1
|
2020-08-01 09:28:12 +00:00
|
|
|
source=(https://github.com/AFLplusplus/AFLplusplus/archive/$version/$name-$version.tar.gz)
|
2016-02-04 23:34:40 +01:00
|
|
|
|
|
|
|
build() {
|
2020-08-01 09:28:12 +00:00
|
|
|
cd AFLplusplus-$version
|
2016-02-04 23:34:40 +01:00
|
|
|
|
|
|
|
make
|
|
|
|
make PREFIX=/usr DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/share/doc
|
2020-07-10 13:00:08 +00:00
|
|
|
find $PKG -iname '*readme*' -delete
|
2016-02-04 23:34:40 +01:00
|
|
|
}
|