void-packages/srcpkgs/afl/template

20 lines
618 B
Bash
Raw Normal View History

# Template file for 'afl'
pkgname=afl
2016-02-22 05:30:04 +01:00
version=2.04b
2016-02-13 15:39:10 +01:00
revision=1
build_style=gnu-makefile
2016-02-10 21:00:24 +01:00
make_build_args="PREFIX=/usr"
# 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"
2016-02-22 05:30:04 +01:00
checksum=90c141669b2448da475f1fb98097fc01e96eb852ac7f4d57967916df5d2cc7bd
2015-06-07 05:07:13 +02:00
pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
sed -i 's/^ \(LDFLAGS *+=\)/override \1/' Makefile
}