mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
42 lines
850 B
Plaintext
42 lines
850 B
Plaintext
SUMMARY="The XML C parser and toolkit of Gnome"
|
|
DESCRIPTION="The XML C parser and toolkit of Gnome."
|
|
HOMEPAGE="http://www.xmlsoft.org/"
|
|
SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz"
|
|
CHECKSUM_MD5="8127a65e8c3b08856093099b52599c86"
|
|
REVISION="2"
|
|
STATUS_HAIKU="broken"
|
|
|
|
PROVIDES="libxml2 = $portVersion compat >= 2.7
|
|
lib:libxml2 = $portVersion compat >= 2.7"
|
|
REQUIRES="haiku >= $haikuVersion
|
|
zlib"
|
|
BUILD_REQUIRES="cmd:aclocal
|
|
cmd:autoconf
|
|
cmd:automake
|
|
cmd:gcc
|
|
cmd:ld
|
|
cmd:make"
|
|
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
|
|
|
|
SOURCE_DIR="$portVersionedName"
|
|
|
|
BUILD {
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure $configureDirArgs --enable-ipv6=no LDFLAGS="-lnetwork"
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
make install
|
|
}
|
|
|
|
TEST {
|
|
make tests
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."
|