[arch-commits] Commit in apr-util/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Jun 20 00:43:13 UTC 2008


    Date: Thursday, June 19, 2008 @ 20:43:12
  Author: pierre
Revision: 3123

upgpkg: apr-util 1.3.0-1

Modified:
  apr-util/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-20 00:42:48 UTC (rev 3122)
+++ PKGBUILD	2008-06-20 00:43:12 UTC (rev 3123)
@@ -1,24 +1,24 @@
 # $Id$
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
 pkgname=apr-util
-pkgver=1.2.12
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr>=1.2.12' 'gdbm' 'expat>=2.0' 'db>=4.6')
+depends=('apr>=1.3.0' 'gdbm' 'expat>=2.0' 'db>=4.6')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('4ec0474c61113dcb57943916e7f53522')
+md5sums=('3cb56bbeefb72def43dee4bf69c46a21')
 
 build() {
-  cd ${startdir}/src/apr-util-${pkgver}
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --with-apr=/usr \
-    --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
-    --with-berkeley-db=/usr --with-gdbm=/usr
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-}
+	cd ${startdir}/src/apr-util-${pkgver}
+
+	./configure --prefix=/usr --with-apr=/usr \
+		--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+		--with-berkeley-db=/usr --with-gdbm=/usr
+	make || return 1
+	make DESTDIR=${startdir}/pkg install
+}
\ No newline at end of file





More information about the arch-commits mailing list