[arch-commits] Commit in apr-util/repos (3 files)

Andrea Scarpino andrea at archlinux.org
Mon Dec 19 18:04:03 UTC 2011


    Date: Monday, December 19, 2011 @ 13:04:02
  Author: andrea
Revision: 145218

db-move: moved apr-util from [staging] to [testing] (i686)

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
    (from rev 145207, apr-util/repos/staging-i686/PKGBUILD)
Deleted:
  apr-util/repos/staging-i686/

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

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 145207, apr-util/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-12-19 18:04:02 UTC (rev 145218)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=4
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/"
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  ./configure --prefix=/usr --with-apr=/usr \
+    --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+    --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list