Initial checkin of .bep files for libxml2, note that for some reason haikuporter isn't locating these correctly, trac ticket filed.

This commit is contained in:
Scott McCreary
2009-10-12 23:22:07 +00:00
parent fef636646b
commit 48c5fb60f3
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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.3.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libxml2-2.7.3
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common --enable-ipv6=no LDFLAGS=-lnetwork
make
}
INSTALL {
cd libxml2-2.7.3
make install
}

View File

@@ -0,0 +1,20 @@
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"
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
}