DESCRIPTION="apr - Apache Portable Runtime Library" HOMEPAGE="http://apr.apache.org/" SRC_URI="http://www.apache.org/dist/apr/apr-1.3.9.tar.gz" CHECKSUM_MD5="85bcd8005153b8fa63b1e3f95ea31f07" REVISION="1" STATUS_HAIKU="stable" DEPEND="" BUILD() { cd apr-1.3.9 libtoolize --force --copy --install buildconf ./configure --prefix=`finddir B_COMMON_DIRECTORY` make } INSTALL() { cd apr-1.3.9 make install } LICENSE="Apache v2" COPYRIGHT="2010 The Apache Software Foundation."