diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:09:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:09:25 +0300 |
commit | e110670cccb533ea412869bb5360f091dbacaf34 (patch) | |
tree | 5a50f1c5ef5c40184f83040291dbbc62da1bc65c /extra/libXslt | |
parent | d50820b4a7e888c58c20bf2c092b6c14f20498e7 (diff) | |
download | repository-e110670cccb533ea412869bb5360f091dbacaf34.tar.gz |
libXslt: move to extra
Diffstat (limited to 'extra/libXslt')
-rwxr-xr-x | extra/libXslt/build | 7 | ||||
-rw-r--r-- | extra/libXslt/checksums | 1 | ||||
-rw-r--r-- | extra/libXslt/depends | 1 | ||||
-rw-r--r-- | extra/libXslt/sources | 1 | ||||
-rw-r--r-- | extra/libXslt/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/extra/libXslt/build b/extra/libXslt/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXslt/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libXslt/checksums b/extra/libXslt/checksums new file mode 100644 index 00000000..a4e52d58 --- /dev/null +++ b/extra/libXslt/checksums @@ -0,0 +1 @@ +98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f libxslt-1.1.34.tar.gz 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/sources b/extra/libXslt/sources new file mode 100644 index 00000000..a25df5f8 --- /dev/null +++ b/extra/libXslt/sources @@ -0,0 +1 @@ +https://fossies.org/linux/www/libxslt-1.1.34.tar.gz diff --git a/extra/libXslt/version b/extra/libXslt/version new file mode 100644 index 00000000..618d8e27 --- /dev/null +++ b/extra/libXslt/version @@ -0,0 +1 @@ +1.1.34 1 |