mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
20
dev-libs/libxml2/libxml2-2.7.3.bep
Normal file
20
dev-libs/libxml2/libxml2-2.7.3.bep
Normal 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
|
||||
}
|
||||
20
dev-libs/libxml2/libxml2-2.7.6.bep
Normal file
20
dev-libs/libxml2/libxml2-2.7.6.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user