From e110670cccb533ea412869bb5360f091dbacaf34 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 28 Jan 2020 23:09:25 +0300 Subject: libXslt: move to extra --- extra/libXslt/build | 7 +++++++ extra/libXslt/checksums | 1 + extra/libXslt/depends | 1 + extra/libXslt/sources | 1 + extra/libXslt/version | 1 + 5 files changed, 11 insertions(+) create mode 100755 extra/libXslt/build create mode 100644 extra/libXslt/checksums create mode 100644 extra/libXslt/depends create mode 100644 extra/libXslt/sources create mode 100644 extra/libXslt/version (limited to 'extra/libXslt') 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 -- cgit v1.2.3