libxml2: new package at 2.9.9

This commit is contained in:
Muhammad Herdiansyah 2019-07-23 07:26:49 +00:00
parent c4666d98d7
commit abc1861ed6
5 changed files with 16 additions and 0 deletions

11
testing/libxml2/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-threads \
--with-history \
--without-python \
--without-icu
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 libxml2-2.9.9.tar.gz

2
testing/libxml2/depends Normal file
View File

@ -0,0 +1,2 @@
pkgconf make
xz

1
testing/libxml2/sources Normal file
View File

@ -0,0 +1 @@
http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz

1
testing/libxml2/version Normal file
View File

@ -0,0 +1 @@
2.9.9 1