[arch-commits] Commit in zzuf/repos/community-x86_64 (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu May 10 16:02:58 UTC 2018


    Date: Thursday, May 10, 2018 @ 16:02:57
  Author: anthraxx
Revision: 320431

archrelease: copy trunk to community-x86_64

Added:
  zzuf/repos/community-x86_64/PKGBUILD
    (from rev 320430, zzuf/trunk/PKGBUILD)

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

Copied: zzuf/repos/community-x86_64/PKGBUILD (from rev 320430, zzuf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-10 16:02:57 UTC (rev 320431)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Mariusz Libera <mariusz.libera at gmail.com>
+# Contributor: Pranay Kanwar <pranay.kanwar at gmail.com>
+
+pkgname=zzuf
+pkgver=0.15
+pkgrel=2
+pkgdesc='Transparent application input fuzzer'
+url='https://github.com/samhocevar/zzuf'
+arch=('x86_64')
+license=('custom:WTF')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/samhocevar/zzuf/archive/v${pkgver}.tar.gz)
+sha256sums=('8886e90f9a7b48ff77836e270da1a86ffeb844e99da6e52e656d4dabf12d2680')
+sha512sums=('7eb67b3531ceec68ec9cac2d3c7f5212dcf63a3bd706bd9d40e9b7f762e8f0e225606a9de4e13826ce20d0e385205720dcc40a5745f52eede67ffe2a8c9e5a20')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+    ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list