[arch-commits] Commit in serf/repos (4 files)

Felix Yan fyan at archlinux.org
Mon Aug 11 23:46:00 UTC 2014


    Date: Tuesday, August 12, 2014 @ 01:46:00
  Author: fyan
Revision: 219585

archrelease: copy trunk to community-i686, community-x86_64

Added:
  serf/repos/community-i686/
  serf/repos/community-i686/PKGBUILD
    (from rev 219584, serf/trunk/PKGBUILD)
  serf/repos/community-x86_64/
  serf/repos/community-x86_64/PKGBUILD
    (from rev 219584, serf/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: serf/repos/community-i686/PKGBUILD (from rev 219584, serf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-11 23:46:00 UTC (rev 219585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/"
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Copied: serf/repos/community-x86_64/PKGBUILD (from rev 219584, serf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-11 23:46:00 UTC (rev 219585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/"
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}




More information about the arch-commits mailing list