void-packages/srcpkgs/apr/template

22 lines
711 B
Plaintext

# Template file for 'apr'
pkgname=apr
version=1.4.5
distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2"
build_style=gnu-configure
configure_args="--with-devrandom=/dev/urandom
--with-installbuilddir=/usr/share/apr-1/build"
revision=1
short_desc="Apache Portable Runtime Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e
home="http://apr.apache.org/"
license="Apache-2.0"
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."
subpackages="apr-devel"
Add_dependency build libuuid-devel