diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:38 +0300 |
commit | c4129efd201f7600ca4716c4899cda8ac285d1f6 (patch) | |
tree | 2baeb3dca3a4ca14c00622c763fedc926f214681 | |
parent | 5b560feb37fb7b0b57af9f2d8a51883c3fda0145 (diff) | |
download | repository-c4129efd201f7600ca4716c4899cda8ac285d1f6.tar.gz |
libxslt: add to testing
-rwxr-xr-x | testing/libxslt/build | 5 | ||||
-rw-r--r-- | testing/libxslt/checksums | 1 | ||||
-rw-r--r-- | testing/libxslt/depends | 1 | ||||
-rw-r--r-- | testing/libxslt/sources | 1 | ||||
-rw-r--r-- | testing/libxslt/version | 1 |
5 files changed, 9 insertions, 0 deletions
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 |