[arch-commits] Commit in apr-util/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Tue Jul 8 03:25:33 UTC 2008


    Date: Monday, July 7, 2008 @ 23:25:33
  Author: allan
Revision: 4551

Merged revisions 3370-4550 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/apr-util/trunk

........
  r3744 | andyrtr | 2008-07-01 06:07:51 +1000 (Tue, 01 Jul 2008) | 1 line
  
  upgpkg: apr-util 1.3.2-2
........

Modified:
  apr-util/repos/testing-i686/	(properties)
  apr-util/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Property changes on: apr-util/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /apr-util/trunk:1-3369
   + /apr-util/trunk:1-4550

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-07-08 03:17:18 UTC (rev 4550)
+++ testing-i686/PKGBUILD	2008-07-08 03:25:33 UTC (rev 4551)
@@ -3,22 +3,22 @@
 
 pkgname=apr-util
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr>=1.3.2' 'gdbm' 'expat>=2.0' 'db>=4.6' 'libldap')
+depends=('apr>=1.3.2' 'gdbm' 'expat>=2.0' 'db>=4.7' 'libldap')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
 md5sums=('aa782fb9ced8b59c8e99419d8cdd1981')
 
 build() {
-	cd ${startdir}/src/apr-util-${pkgver}
+	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 || return 1
-	make DESTDIR=${startdir}/pkg install
+	make DESTDIR=${pkgdir} install
 }





More information about the arch-commits mailing list