# Maintainer: Natanael Copa pkgname=apr-util pkgver=1.3.9 pkgrel=0 pkgdesc="The Apache Portable Runtime" url="http://apr.apache.org/" license="APACHE" depends= subpackages="$pkgname-dev" makedepends="apr-dev expat-dev e2fsprogs-dev" source="http://www.apache.org/dist/apr/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ --with-apr=/usr \ --without-iconv \ --without-pgsql \ --without-mysql \ --without-sqlite2 \ --without-sqlite3 \ --without-berkeley-db \ --without-gdbm \ --without-ldap-lib make || return 1 make DESTDIR="$pkgdir" install # we dont need this one rm "$pkgdir"/usr/lib/*.exp } md5sums="29dd557f7bd891fc2bfdffcfa081db59 apr-util-1.3.9.tar.bz2"