void-packages/srcpkgs/apr/template
Juan RP 01cecbdd7b Added apr-1.4.2 build template.
--HG--
extra : convert_revision : 5c1c0cd09a56162e8d4bb5e2bf1c926cd424ccec
2010-04-30 01:26:15 +02:00

21 lines
703 B
Plaintext

# Template file for 'apr'
pkgname=apr
version=1.4.2
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"
short_desc="Apache Portable Runtime Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2017ca700694d09d2b0b21dd7c4d195e43a48735aac88526160c6195ee8f5391
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 run glibc
Add_dependency run libuuid
Add_dependency build libuuid-devel