diff options
author | root <root@rshg047.dnsready.net> | 2011-07-07 04:59:01 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-07 04:59:01 +0000 |
commit | 75b1bc45a0e39074e42b6a26a9f72ac2e049bdc1 (patch) | |
tree | 9bd2c1fbe4c9a0fd5ede1a5667137113d48d2c69 /extra/apr-util | |
parent | a135f8563fea25509d9a92db7c03ac3d08230a3f (diff) |
Thu Jul 7 04:59:01 UTC 2011
Diffstat (limited to 'extra/apr-util')
-rw-r--r-- | extra/apr-util/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/apr-util/PKGBUILD b/extra/apr-util/PKGBUILD index e9f8b7189..5cdab4d99 100644 --- a/extra/apr-util/PKGBUILD +++ b/extra/apr-util/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 125819 2011-05-30 09:26:18Z jgc $ +# $Id: PKGBUILD 129453 2011-06-28 01:17:42Z stephane $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Pierre Schmitz <pierre@archlinux.de> 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 @@ build() { --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 } |