void-packages/srcpkgs/afl/template

19 lines
588 B
Bash
Raw Normal View History

# Template file for 'afl'
pkgname=afl
2015-12-02 09:24:49 +01:00
version=1.95b
2015-06-07 05:11:22 +02:00
revision=1
build_style=gnu-makefile
# x86 only currently
2015-07-17 09:12:39 +02:00
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"
2015-12-02 09:24:49 +01:00
checksum=21ec6bb8c182fd821d25c8b67283f81a632c4f74419c9db5fec0135dd0c9ae2a
2015-06-07 05:07:13 +02:00
pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
sed -i 's/^ \(LDFLAGS *+=\)/override \1/' Makefile
}