From 6ef60e97824fdcc919fb62bd5d080dc137022b9e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 17 Sep 2020 08:45:05 +0300 Subject: [PATCH] libxml2: move to community --- extra/libxml2/build | 11 ----------- extra/libxml2/checksums | 1 - extra/libxml2/depends | 2 -- extra/libxml2/sources | 1 - extra/libxml2/version | 1 - 5 files changed, 16 deletions(-) delete mode 100755 extra/libxml2/build delete mode 100644 extra/libxml2/checksums delete mode 100644 extra/libxml2/depends delete mode 100644 extra/libxml2/sources delete mode 100644 extra/libxml2/version diff --git a/extra/libxml2/build b/extra/libxml2/build deleted file mode 100755 index a568fbde..00000000 --- a/extra/libxml2/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 deleted file mode 100644 index 767c08ad..00000000 --- a/extra/libxml2/checksums +++ /dev/null @@ -1 +0,0 @@ -aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f libxml2-2.9.10.tar.gz diff --git a/extra/libxml2/depends b/extra/libxml2/depends deleted file mode 100644 index 8c249387..00000000 --- a/extra/libxml2/depends +++ /dev/null @@ -1,2 +0,0 @@ -xz -zlib diff --git a/extra/libxml2/sources b/extra/libxml2/sources deleted file mode 100644 index 2077d565..00000000 --- a/extra/libxml2/sources +++ /dev/null @@ -1 +0,0 @@ -https://fossies.org/linux/www/libxml2-2.9.10.tar.gz diff --git a/extra/libxml2/version b/extra/libxml2/version deleted file mode 100644 index 6dec9a96..00000000 --- a/extra/libxml2/version +++ /dev/null @@ -1 +0,0 @@ -2.9.10 2