aboutsummaryrefslogtreecommitdiff
path: root/extra/libXslt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-28 23:09:25 +0300
committerCem Keylan <cem@ckyln.com>2020-01-28 23:09:25 +0300
commite110670cccb533ea412869bb5360f091dbacaf34 (patch)
tree5a50f1c5ef5c40184f83040291dbbc62da1bc65c /extra/libXslt/build
parentd50820b4a7e888c58c20bf2c092b6c14f20498e7 (diff)
downloadrepository-e110670cccb533ea412869bb5360f091dbacaf34.tar.gz
libXslt: move to extra
Diffstat (limited to 'extra/libXslt/build')
-rwxr-xr-xextra/libXslt/build7
1 files changed, 7 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