Files
haikuports/dev-libs/libxml2/libxml2-2.7.8.bep
2011-05-01 18:08:43 +00:00

36 lines
764 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.8.tar.gz"
CHECKSUM_MD5="8127a65e8c3b08856093099b52599c86"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libxml2-2.7.8
libtoolize --force --copy --install
aclocal
autoconf
automake
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datarootdir=$COMMON_DOCS \
--docdir=$COMMON_DOCS/doc \
--mandir=$COMMON_DOCS/man \
--enable-ipv6=no \
LDFLAGS="-lnetwork"
make
}
INSTALL {
cd libxml2-2.7.8
make install
}
TEST {
cd libxml2-2.7.8
make tests
}
LICENSE="MIT"
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."