mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated libxml2 to 2.9.0 bep from GCI2012 student Piotr
This commit is contained in:
35
dev-libs/libxml2/libxml2-2.9.0.bep
Normal file
35
dev-libs/libxml2/libxml2-2.9.0.bep
Normal file
@@ -0,0 +1,35 @@
|
||||
DESCRIPTION="libxml2 - Version 2 of the library to manipulate XML files"
|
||||
HOMEPAGE="http://www.xmlsoft.org/"
|
||||
SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz"
|
||||
CHECKSUM_MD5="5b9bebf4f5d2200ae2c4efe8fa6103f7"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libxml2-2.9.0
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/g' M*
|
||||
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
|
||||
LDFLAGS="-lnetwork"
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libxml2-2.9.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd libxml2-2.9.0
|
||||
make tests
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."
|
||||
Reference in New Issue
Block a user