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

Stéphane Gaudreault stephane at archlinux.org
Fri Dec 21 13:17:31 UTC 2012


    Date: Friday, December 21, 2012 @ 08:17:30
  Author: stephane
Revision: 173698

initial commit

Added:
  serf/
  serf/repos/
  serf/trunk/
  serf/trunk/PKGBUILD

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

Added: serf/trunk/PKGBUILD
===================================================================
--- serf/trunk/PKGBUILD	                        (rev 0)
+++ serf/trunk/PKGBUILD	2012-12-21 13:17:30 UTC (rev 173698)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+pkgname=serf
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+url="http://code.google.com/p/serf/"
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('apr' 'apr-util' 'openssl' 'zlib')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1ec4689ef57e7c28e7371df00d0ccc3e32ef6457')
+options=('!libtool')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-openssl=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm "${pkgdir}"/usr/lib/libserf-1.a
+}


Property changes on: serf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list