2010-04-29 23:26:15 +00:00
|
|
|
# Template file for 'apr'
|
|
|
|
pkgname=apr
|
2011-07-04 10:11:44 +00:00
|
|
|
version=1.4.5
|
|
|
|
distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-04-29 23:26:15 +00:00
|
|
|
configure_args="--with-devrandom=/dev/urandom
|
|
|
|
--with-installbuilddir=/usr/share/apr-1/build"
|
2011-11-20 09:55:33 +00:00
|
|
|
revision=2
|
2010-04-29 23:26:15 +00:00
|
|
|
short_desc="Apache Portable Runtime Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-04 10:11:44 +00:00
|
|
|
checksum=38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e
|
|
|
|
home="http://apr.apache.org/"
|
|
|
|
license="Apache-2.0"
|
2010-04-29 23:26:15 +00:00
|
|
|
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
|