diff options
-rwxr-xr-x | extra/libXslt/build (renamed from testing/libxslt/build) | 4 | ||||
-rw-r--r-- | extra/libXslt/checksums (renamed from testing/libxslt/checksums) | 0 | ||||
-rw-r--r-- | extra/libXslt/depends (renamed from testing/libxslt/depends) | 0 | ||||
-rw-r--r-- | extra/libXslt/sources | 1 | ||||
-rw-r--r-- | extra/libXslt/version (renamed from testing/libxslt/version) | 0 | ||||
-rw-r--r-- | testing/libxslt/sources | 1 |
6 files changed, 4 insertions, 2 deletions
diff --git a/testing/libxslt/build b/extra/libXslt/build index 09d87526..6daf22f8 100755 --- a/testing/libxslt/build +++ b/extra/libXslt/build @@ -1,5 +1,7 @@ #!/bin/sh -e -./configure --prefix=/usr +./configure \ + --prefix=/usr + make make DESTDIR="$1" install diff --git a/testing/libxslt/checksums b/extra/libXslt/checksums index a4e52d58..a4e52d58 100644 --- a/testing/libxslt/checksums +++ b/extra/libXslt/checksums diff --git a/testing/libxslt/depends b/extra/libXslt/depends index eb89cd58..eb89cd58 100644 --- a/testing/libxslt/depends +++ b/extra/libXslt/depends 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/testing/libxslt/version b/extra/libXslt/version index 618d8e27..618d8e27 100644 --- a/testing/libxslt/version +++ b/extra/libXslt/version diff --git a/testing/libxslt/sources b/testing/libxslt/sources deleted file mode 100644 index f2c60034..00000000 --- a/testing/libxslt/sources +++ /dev/null @@ -1 +0,0 @@ -http://xmlsoft.org/sources/libxslt-1.1.34.tar.gz |