[arch-commits] Commit in afl-utils/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 18:12:18 UTC 2016


    Date: Sunday, December 25, 2016 @ 18:12:17
  Author: bpiotrowski
Revision: 202227

archrelease: copy trunk to community-staging-any

Added:
  afl-utils/repos/community-staging-any/
  afl-utils/repos/community-staging-any/PKGBUILD
    (from rev 202226, afl-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: afl-utils/repos/community-staging-any/PKGBUILD (from rev 202226, afl-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 18:12:17 UTC (rev 202227)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=afl-utils
+pkgver=1.32a
+pkgrel=3
+pkgdesc='Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization'
+url='https://github.com/rc0r/afl-utils'
+arch=('any')
+license=('Apache')
+depends=('afl' 'coreutils' 'python' 'rsync')
+optdepends=('sqlite: database support'
+            'screen: interactive/screen mode support'
+            'gdb: gdb script execution support')
+makedepends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 docs/CHANGELOG.md "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
+  install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list