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

Eric Bélanger eric at nymeria.archlinux.org
Mon Aug 12 03:45:17 UTC 2013


    Date: Monday, August 12, 2013 @ 05:45:16
  Author: eric
Revision: 192442

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

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

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: serf/repos/staging-i686/PKGBUILD (from rev 192441, serf/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-08-12 03:45:16 UTC (rev 192442)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.0
+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=('!libtool' '!staticlibs')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('14ed3e1dc195016a548499b3831f3df6b2501d27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Copied: serf/repos/staging-x86_64/PKGBUILD (from rev 192441, serf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-08-12 03:45:16 UTC (rev 192442)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.0
+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=('!libtool' '!staticlibs')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('14ed3e1dc195016a548499b3831f3df6b2501d27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+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