diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-01 01:22:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-01 01:22:00 +0300 |
commit | b1bfa024ff31f552adc3541f988657025c46d484 (patch) | |
tree | 25676042d9c3418ae50e488e5ab122cd0e7542b8 /extra/libxslt | |
parent | 53303d746abf34e1167645284b8d936150a3e9da (diff) | |
download | repository-b1bfa024ff31f552adc3541f988657025c46d484.tar.gz |
libxslt: rename package
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 |