void-packages/srcpkgs/afl/template
2016-03-13 06:47:35 +01:00

21 lines
666 B
Bash

# Template file for 'afl'
pkgname=afl
version=2.08b
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
# x86 only currently
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
short_desc="American fuzzy lop - a brute-force fuzzer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="http://lcamtuf.coredump.cx/afl/"
distfiles="http://lcamtuf.coredump.cx/afl/releases/afl-${version}.tgz"
checksum=268acb69ccdcfa07d72e33ea203818a01e81e84b423b4f0bfb56f8e04a358f88
nostrip_files="small_archive.a small_exec.elf"
pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
sed -i 's/^ \(LDFLAGS *+=\)/override \1/' Makefile
}