From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- extra/libxml2/build | 11 +++++++++++ extra/libxml2/checksums | 1 + extra/libxml2/depends | 2 ++ extra/libxml2/sources | 1 + extra/libxml2/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 extra/libxml2/build create mode 100644 extra/libxml2/checksums create mode 100644 extra/libxml2/depends create mode 100644 extra/libxml2/sources create mode 100644 extra/libxml2/version (limited to 'extra/libxml2') 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 -- cgit v1.2.3