void-packages/srcpkgs/afl/template

23 lines
656 B
Bash
Raw Normal View History

# Template file for 'afl'
pkgname=afl
2016-09-23 17:43:28 +00:00
version=2.35b
2016-03-27 06:59:22 +00:00
revision=1
build_style=gnu-makefile
# x86 only currently
2015-07-17 07:12:39 +00:00
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
2016-03-12 09:36:57 +00:00
hostmakedepends="llvm clang"
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-09-23 17:43:28 +00:00
checksum=596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea
2016-07-06 18:30:01 +00:00
nopie=yes # clang flags
2015-06-07 03:07:13 +00:00
2016-03-07 21:43:22 +00:00
nostrip_files="small_archive.a small_exec.elf"
2016-03-12 09:36:57 +00:00
do_build() {
make PREFIX=/usr
make PREFIX=/usr CC=clang CXX=clang++ -C llvm_mode
2015-06-07 03:07:13 +00:00
}