mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
24 lines
550 B
Plaintext
24 lines
550 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.3.tar.gz"
|
|
CHECKSUM_MD5="8f4fda3969237c2a33bdb1583b5d06b2"
|
|
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
|
|
}
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."
|