From abc1861ed65c9f8ab5692bfb7135b0bfc5a885f9 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 23 Jul 2019 07:26:49 +0000 Subject: [PATCH] libxml2: new package at 2.9.9 --- testing/libxml2/build | 11 +++++++++++ testing/libxml2/checksums | 1 + testing/libxml2/depends | 2 ++ testing/libxml2/sources | 1 + testing/libxml2/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 testing/libxml2/build create mode 100644 testing/libxml2/checksums create mode 100644 testing/libxml2/depends create mode 100644 testing/libxml2/sources create mode 100644 testing/libxml2/version diff --git a/testing/libxml2/build b/testing/libxml2/build new file mode 100755 index 00000000..a568fbde --- /dev/null +++ b/testing/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/testing/libxml2/checksums b/testing/libxml2/checksums new file mode 100644 index 00000000..1321a492 --- /dev/null +++ b/testing/libxml2/checksums @@ -0,0 +1 @@ +94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 libxml2-2.9.9.tar.gz diff --git a/testing/libxml2/depends b/testing/libxml2/depends new file mode 100644 index 00000000..aec4185a --- /dev/null +++ b/testing/libxml2/depends @@ -0,0 +1,2 @@ +pkgconf make +xz diff --git a/testing/libxml2/sources b/testing/libxml2/sources new file mode 100644 index 00000000..daea2090 --- /dev/null +++ b/testing/libxml2/sources @@ -0,0 +1 @@ +http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz diff --git a/testing/libxml2/version b/testing/libxml2/version new file mode 100644 index 00000000..0f060fb6 --- /dev/null +++ b/testing/libxml2/version @@ -0,0 +1 @@ +2.9.9 1