diff options
Diffstat (limited to 'extra/libxml2')
-rwxr-xr-x | extra/libxml2/build | 11 | ||||
-rw-r--r-- | extra/libxml2/checksums | 1 | ||||
-rw-r--r-- | extra/libxml2/depends | 2 | ||||
-rw-r--r-- | extra/libxml2/sources | 1 | ||||
-rw-r--r-- | extra/libxml2/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/extra/libxml2/build b/extra/libxml2/build new file mode 100755 index 00000000..a568fbde --- /dev/null +++ b/extra/libxml2/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-threads \ + --with-history \ + --without-python \ + --without-icu + +make +make DESTDIR="$1" install diff --git a/extra/libxml2/checksums b/extra/libxml2/checksums new file mode 100644 index 00000000..767c08ad --- /dev/null +++ b/extra/libxml2/checksums @@ -0,0 +1 @@ +aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f libxml2-2.9.10.tar.gz diff --git a/extra/libxml2/depends b/extra/libxml2/depends new file mode 100644 index 00000000..8c249387 --- /dev/null +++ b/extra/libxml2/depends @@ -0,0 +1,2 @@ +xz +zlib diff --git a/extra/libxml2/sources b/extra/libxml2/sources new file mode 100644 index 00000000..2077d565 --- /dev/null +++ b/extra/libxml2/sources @@ -0,0 +1 @@ +https://fossies.org/linux/www/libxml2-2.9.10.tar.gz diff --git a/extra/libxml2/version b/extra/libxml2/version new file mode 100644 index 00000000..af4c1a1f --- /dev/null +++ b/extra/libxml2/version @@ -0,0 +1 @@ +2.9.10 1 |