aboutsummaryrefslogtreecommitdiff
path: root/extra/libxml2
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/libxml2
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'extra/libxml2')
-rwxr-xr-xextra/libxml2/build11
-rw-r--r--extra/libxml2/checksums1
-rw-r--r--extra/libxml2/depends2
-rw-r--r--extra/libxml2/sources1
-rw-r--r--extra/libxml2/version1
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