[arch-commits] Commit in apr-util/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Tue Jun 28 01:17:42 UTC 2011
Date: Monday, June 27, 2011 @ 21:17:42
Author: stephane
Revision: 129453
upgpkg: apr-util 1.3.12-2
db 5.2.28 rebuild
Modified:
apr-util/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-27 23:54:12 UTC (rev 129452)
+++ PKGBUILD 2011-06-28 01:17:42 UTC (rev 129453)
@@ -4,7 +4,7 @@
pkgname=apr-util
pkgver=1.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="http://apr.apache.org/"
@@ -20,5 +20,9 @@
--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