Files
haikuports/dev-libs/libxml2/libxml2-2.7.7.bep

30 lines
628 B
Plaintext

DESCRIPTION="libxml2 - Version 2 of the library to manipulate XML files"
HOMEPAGE="http://www.xmlsoft.org/"
SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz"
CHECKSUM_MD5="9abc9959823ca9ff904f1fbcf21df066"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libxml2-2.7.7
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-ipv6=no LDFLAGS="-lnetwork -L/boot/common/lib"
make
}
INSTALL {
cd libxml2-2.7.7
make install
}
TEST {
cd libxml2-2.7.7
make tests
}
LICENSE="MIT"
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."