# Template file for 'apr-util' pkgname=apr-util version=1.3.12 distfiles="http://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2" build_style=gnu-configure configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap --with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc --with-expat=/usr --without-oracle" revision=1 short_desc="The Apache Portable Runtime Utility Library" maintainer="Juan RP " homepage="http://apr.apache.org/" license="Apache-2.0" checksum=93976dc2f40d8622c4e9c355f419bb20f2c0dd843ee21a295a092d1c1b950d9c long_desc=" APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. APR Util is a utilities library implemented on top of APR, providing database access, xml parsing, and other useful functionality." # XXX: add freetds and unixodbc modules. subpackages="$pkgname-db $pkgname-gdbm $pkgname-sqlite $pkgname-mysql" subpackages="${subpackages} $pkgname-pgsql $pkgname-ldap $pkgname-devel" Add_dependency build apr-devel Add_dependency build db-devel Add_dependency build expat-devel Add_dependency build gawk Add_dependency build gdbm-devel Add_dependency build libldap-devel Add_dependency build libmysqlclient-devel Add_dependency build libuuid-devel Add_dependency build openssl-devel Add_dependency build postgresql-libs-devel Add_dependency build sed Add_dependency build sqlite-devel Add_dependency build zlib-devel post_install() { # Remove unused stuff. rm -f ${DESTDIR}/usr/lib/apr-util-1/*.a }