Updated libxml2 to 2.7.8, but it seems to be broken, so will still need further work. Added TEST section to the 2.7.7 and

2.7.8 bep files.
This commit is contained in:
Scott McCreary
2011-01-24 19:12:02 +00:00
parent 004c67abf8
commit a5dbb4cf65
2 changed files with 13 additions and 1 deletions

View File

@@ -19,5 +19,11 @@ INSTALL {
cd libxml2-2.7.7
make install
}
TEST {
cd libxml2-2.7.7
make tests
}
LICENSE="MIT"
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."

View File

@@ -3,7 +3,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz"
CHECKSUM_MD5="8127a65e8c3b08856093099b52599c86"
REVISION="1"
STATUS_HAIKU="stable"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd libxml2-2.7.8
@@ -19,5 +19,11 @@ INSTALL {
cd libxml2-2.7.8
make install
}
TEST {
cd libxml2-2.7.8
make tests
}
LICENSE="MIT"
COPYRIGHT="1998-2003 Daniel Veillard. All Rights Reserved."