2014-11-22 13:26:00 +00:00
|
|
|
# Template file for 'afl'
|
|
|
|
pkgname=afl
|
2015-06-07 03:11:22 +00:00
|
|
|
version=1.80b
|
|
|
|
revision=1
|
2014-11-22 13:26:00 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
# x86 only currently
|
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
short_desc="American fuzzy lop - a brute-force fuzzer"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-11-22 13:26:00 +00:00
|
|
|
license="Apache-2.0"
|
|
|
|
homepage="http://lcamtuf.coredump.cx/afl/"
|
|
|
|
distfiles="http://lcamtuf.coredump.cx/afl/releases/afl-${version}.tgz"
|
2015-06-07 03:11:22 +00:00
|
|
|
checksum=e042cfe30d03ef6df3ae92619408e236d1a8e9bb6cf94ca107c4519e23161401
|
2015-06-07 03:07:13 +00:00
|
|
|
|
|
|
|
pre_build() {
|
|
|
|
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
|
|
|
sed -i 's/^ \(LDFLAGS *+=\)/override \1/' Makefile
|
|
|
|
}
|