community/afl to 2.32b-1

This commit is contained in:
Kevin Mihelich 2016-08-23 18:16:48 +00:00
parent d02bc9ec70
commit 5f24da038a

View file

@ -5,7 +5,7 @@
# - make with AFL_NO_X86=1
pkgname=afl
pkgver=2.30b
pkgver=2.32b
pkgrel=1
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
url='http://lcamtuf.coredump.cx/afl/'
@ -21,7 +21,7 @@ provides=('american-fuzzy-lop')
replaces=('american-fuzzy-lop')
options=('!emptydirs' '!strip')
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
sha512sums=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
build() {
cd ${pkgname}-${pkgver}
@ -32,7 +32,7 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make PREFIX=/usr AFL_NO_X86=1 DESTDIR="${pkgdir}" install
install -Dm 644 llvm_mode/README.llvm "${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim: ts=2 sw=2 et: