diff options
-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 |