pkgname=apr-util pkgver=1.6.3 pkgrel=3 pkgdesc="The Apache Portable Runtime" arch=('x86_64') url="https://apr.apache.org/" depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc' 'libxcrypt') options=('!libtool') license=('APACHE') source=("https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2") sha256sums=('a41076e3710746326c3945042994ad9a4fcac0ce0277dd8fea076fec3c9772b5') build() { cd apr-util-${pkgver} ./configure --prefix=/usr \ --with-apr=/usr \ --without-pgsql \ --without-mysql \ --without-sqlite2 \ --without-sqlite3 \ --with-gdbm=/usr \ --with-ldap make } package() { cd apr-util-${pkgver} make DESTDIR=${pkgdir} install }