void-packages/srcpkgs/afl/template
2016-09-23 19:43:28 +02:00

23 lines
656 B
Bash

# Template file for 'afl'
pkgname=afl
version=2.35b
revision=1
build_style=gnu-makefile
# x86 only currently
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
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"
checksum=596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea
nopie=yes # clang flags
nostrip_files="small_archive.a small_exec.elf"
do_build() {
make PREFIX=/usr
make PREFIX=/usr CC=clang CXX=clang++ -C llvm_mode
}