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..39e6627f
--- /dev/null
+++ b/extra/libxslt/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+51a7dfbbbc90eb66d78659d66889f34cea7c1b31eb6246af916335e37e1e3787 libxslt-1.1.38.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..bf33b699
--- /dev/null
+++ b/extra/libxslt/sources
@@ -0,0 +1 @@
+https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.tar.xz
diff --git a/extra/libxslt/version b/extra/libxslt/version
new file mode 100644
index 00000000..98489b0e
--- /dev/null
+++ b/extra/libxslt/version
@@ -0,0 +1 @@
+1.1.38 1