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

22 lines
475 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.6.tar.gz"
CHECKSUM_MD5="7740a8ec23878a2f50120e1faa2730f2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libxml2-2.7.6
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common --enable-ipv6=no LDFLAGS=-lnetwork
make
}
INSTALL {
cd libxml2-2.7.6
make install
}