Date: Tuesday, October 27, 2015 @ 03:27:42
  Author: anthraxx
Revision: 145054

upgpkg: afl 1.94b-2

upgpkg: afl 1.94b-2

Modified:
  afl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-26 21:19:16 UTC (rev 145053)
+++ PKGBUILD    2015-10-27 02:27:42 UTC (rev 145054)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=1.94b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
 url="http://lcamtuf.coredump.cx/afl/";
@@ -12,7 +12,9 @@
 optdepends=(
   'gcc: gcc instrumentation support'
   'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
 )
+makedepends=('clang' 'llvm' 'gcc')
 provides=('american-fuzzy-lop')
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
@@ -22,11 +24,13 @@
 build() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
 }
 
 # vim: ts=2 sw=2 et:

Reply via email to