UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

apr-util

The Apache Portable Runtime Utility Library provides a predictable and consistent interface to underlying client library interfaces.

Package info

Template:
Codename: apr-util
Source file: apr-util-1.6.3.tar.bz2
Source directory: apr-util-1.6.3
Package URL: apr-util-1.6.3.tar.bz2
Package md5-checksum URL: apr-util-1.6.3.tar.bz2.md5sum
Dependances: apr.
Dependance of: httpd.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr       \
            --with-apr=/usr     \
            --with-gdbm=/usr    \
            --with-openssl=/usr \
            --with-crypto

Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make -j1 test
fi

Install script:
make install