Files
haikuports/dev-libs/apr-util/apr-util-1.3.10.bep

48 lines
1.4 KiB
Plaintext

DESCRIPTION="apr-util - Apache Portable Runtime Utility Library"
HOMEPAGE="http://apr.apache.org/"
SRC_URI="http://www.reverse.net/pub/apache//apr/apr-util-1.3.10.tar.gz"
CHECKSUM_MD5="82acd25cf3df8c72eba44eaee8b80c19"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/apr >= 1.3.9"
BUILD {
cd apr-util-1.3.10
rm -rf aclocal.m4
mkdir -p m4
haikuporter -b apr-1.4.2
echo `AC_CONFIG_MACRO_DIR([m4])` >> configure.in
echo `AM_INIT_AUTOMAKE` >> configure.in
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
autoconf --force
APRDIR=`haikuporter -t`
buildconf --with-apr=${APRDIR}/dev-libs/apr/work/apr-1.4.2
cd xml/expat
mkdir -p m4
echo `AM_INIT_AUTOMAKE` >> configure.in
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
autoconf --force
autoheader
cd ../..
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config
make
}
INSTALL {
cd apr-util-1.3.10
make install
}
LICENSE="Apache v2"
COPYRIGHT="2010 The Apache Software Foundation."