aboutsummaryrefslogtreecommitdiff
path: root/extra/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxslt')
-rwxr-xr-xextra/libxslt/build13
-rw-r--r--extra/libxslt/checksums2
-rw-r--r--extra/libxslt/depends1
-rw-r--r--extra/libxslt/meta3
-rw-r--r--extra/libxslt/sources1
-rw-r--r--extra/libxslt/version1
6 files changed, 21 insertions, 0 deletions
diff --git a/extra/libxslt/build b/extra/libxslt/build
new file mode 100755
index 00000000..bae24137
--- /dev/null
+++ b/extra/libxslt/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+cpt l -q python && {
+ pyver=$(python --version)
+ pyver=${pyver##* }
+ export am_cv_python_version="${pyver%.*}"
+}
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/libxslt/checksums b/extra/libxslt/checksums
new file mode 100644
index 00000000..62db01fb
--- /dev/null
+++ b/extra/libxslt/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+d7994f65a2bcb56c17d5e61c013139098138598cecb780bf8d13ba44f8474a29 libxslt-1.1.42.tar.xz
diff --git a/extra/libxslt/depends b/extra/libxslt/depends
new file mode 100644
index 00000000..eb89cd58
--- /dev/null
+++ b/extra/libxslt/depends
@@ -0,0 +1 @@
+libxml2
diff --git a/extra/libxslt/meta b/extra/libxslt/meta
new file mode 100644
index 00000000..64af49f4
--- /dev/null
+++ b/extra/libxslt/meta
@@ -0,0 +1,3 @@
+description: XSLT parser library
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libxslt/sources b/extra/libxslt/sources
new file mode 100644
index 00000000..3e663279
--- /dev/null
+++ b/extra/libxslt/sources
@@ -0,0 +1 @@
+https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.tar.xz
diff --git a/extra/libxslt/version b/extra/libxslt/version
new file mode 100644
index 00000000..4f372ac0
--- /dev/null
+++ b/extra/libxslt/version
@@ -0,0 +1 @@
+1.1.42 1