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

Stéphane Gaudreault stephane at archlinux.org
Mon Jan 9 18:52:01 UTC 2012


    Date: Monday, January 9, 2012 @ 13:52:01
  Author: stephane
Revision: 146322

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

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
    (from rev 146321, 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 146321, apr-util/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-09 18:52:01 UTC (rev 146322)
@@ -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=5
+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