void-packages/srcpkgs/apr/template

21 lines
703 B
Text
Raw Normal View History

# 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