void-packages/srcpkgs/afl/template

22 lines
631 B
Bash
Raw Normal View History

# Template file for 'afl'
pkgname=afl
2016-05-02 23:33:36 +02:00
version=2.12b
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-05-02 23:33:36 +02:00
checksum=7fdc2d7f6ff7ff7ada27b84fec07f7e7910facb468c94db14861c295a9f830ba
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
}