01cecbdd7b
--HG-- extra : convert_revision : 5c1c0cd09a56162e8d4bb5e2bf1c926cd424ccec
20 lines
703 B
Text
20 lines
703 B
Text
# 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
|