From c4129efd201f7600ca4716c4899cda8ac285d1f6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:42:38 +0300 Subject: libxslt: add to testing --- testing/libxslt/build | 5 +++++ testing/libxslt/checksums | 1 + testing/libxslt/depends | 1 + testing/libxslt/sources | 1 + testing/libxslt/version | 1 + 5 files changed, 9 insertions(+) create mode 100755 testing/libxslt/build create mode 100644 testing/libxslt/checksums create mode 100644 testing/libxslt/depends create mode 100644 testing/libxslt/sources create mode 100644 testing/libxslt/version (limited to 'testing') diff --git a/testing/libxslt/build b/testing/libxslt/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libxslt/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/libxslt/checksums b/testing/libxslt/checksums new file mode 100644 index 00000000..a4e52d58 --- /dev/null +++ b/testing/libxslt/checksums @@ -0,0 +1 @@ +98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f libxslt-1.1.34.tar.gz diff --git a/testing/libxslt/depends b/testing/libxslt/depends new file mode 100644 index 00000000..eb89cd58 --- /dev/null +++ b/testing/libxslt/depends @@ -0,0 +1 @@ +libxml2 diff --git a/testing/libxslt/sources b/testing/libxslt/sources new file mode 100644 index 00000000..f2c60034 --- /dev/null +++ b/testing/libxslt/sources @@ -0,0 +1 @@ +http://xmlsoft.org/sources/libxslt-1.1.34.tar.gz diff --git a/testing/libxslt/version b/testing/libxslt/version new file mode 100644 index 00000000..618d8e27 --- /dev/null +++ b/testing/libxslt/version @@ -0,0 +1 @@ +1.1.34 1 -- cgit v1.2.3