Files
haikuports/dev-libs/apr/apr-1.3.8.bep
2010-05-16 19:28:03 +00:00

21 lines
414 B
Plaintext

DESCRIPTION="apr - Apache Portable Runtime Library"
HOMEPAGE="http://apr.apache.org/"
SRC_URI="http://www.apache.org/dist/apr/apr-1.3.8.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd apr-1.3.8
libtoolize --force --copy --install
buildconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd apr-1.3.8
make install
}
LICENSE="Apache v2"
COPYRIGHT="2010 The Apache Software Foundation."