Files
haikuports/dev-libs/apr/apr-1.3.8.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

23 lines
434 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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd apr-1.3.8
make install
}
LICENSE="Apache v2"
COPYRIGHT="2010 The Apache Software Foundation."