# $Id: PKGBUILD 125814 2011-05-30 09:11:42Z jgc $ # Maintainer: Jan de Groot # Contributor: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=apr pkgver=1.4.5 pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64' 'mips64el') url="http://apr.apache.org/" depends=('util-linux-ng>=2.16') options=('!libtool') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2) md5sums=('8b53f5a5669d0597f2da889a2f576eb6') build() { cd "${srcdir}/apr-${pkgver}" export apr_cv_accept4=no ./configure --prefix=/usr --includedir=/usr/include/apr-1 \ --with-installbuilddir=/usr/share/apr-1/build \ --enable-nonportable-atomics \ --with-devrandom=/dev/urandom make make DESTDIR="${pkgdir}" install }