[arch-commits] Commit in serf/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:31:02 UTC 2018


    Date: Friday, November 9, 2018 @ 22:31:00
  Author: felixonmars
Revision: 338687

archrelease: copy trunk to staging-x86_64

Added:
  serf/repos/staging-x86_64/
  serf/repos/staging-x86_64/PKGBUILD
    (from rev 338685, serf/trunk/PKGBUILD)

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

Copied: serf/repos/staging-x86_64/PKGBUILD (from rev 338685, serf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 22:31:00 UTC (rev 338687)
@@ -0,0 +1,35 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.9
+pkgrel=3
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('x86_64')
+url="https://serf.apache.org"
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
+sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons CFLAGS="${CFLAGS}" \
+        LINKFLAGS="${LDFLAGS}" \
+        PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # Runs into infinite loop
+  #scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons install --install-sandbox="${pkgdir}"
+}



More information about the arch-commits mailing list