forked from kiss-community/repo
libxml2: new package at 2.9.9
This commit is contained in:
parent
c4666d98d7
commit
abc1861ed6
11
testing/libxml2/build
Executable file
11
testing/libxml2/build
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--with-threads \
|
||||||
|
--with-history \
|
||||||
|
--without-python \
|
||||||
|
--without-icu
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
1
testing/libxml2/checksums
Normal file
1
testing/libxml2/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 libxml2-2.9.9.tar.gz
|
2
testing/libxml2/depends
Normal file
2
testing/libxml2/depends
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pkgconf make
|
||||||
|
xz
|
1
testing/libxml2/sources
Normal file
1
testing/libxml2/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz
|
1
testing/libxml2/version
Normal file
1
testing/libxml2/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.9.9 1
|
Loading…
Reference in New Issue
Block a user