void-packages/srcpkgs/afl/template

22 lines
631 B
Bash
Raw Normal View History

# Template file for 'afl'
pkgname=afl
2016-04-28 07:09:16 +02:00
version=2.11b
2016-03-27 08:59: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"
2016-03-12 10:36:57 +01: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-04-28 07:09:16 +02:00
checksum=ddf3afa03b66dcd4697310441a21c28fa234b8eba6043b4faadfe63f132a42d3
2015-06-07 05:07:13 +02:00
2016-03-07 22:43:22 +01:00
nostrip_files="small_archive.a small_exec.elf"
2016-03-12 10:36:57 +01:00
do_build() {
make PREFIX=/usr
make PREFIX=/usr CC=clang CXX=clang++ -C llvm_mode
2015-06-07 05:07:13 +02:00
}