aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXtst/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 17:51:08 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 17:51:08 +0300
commitf3679bc1753889a950ab436438dd3269cb9ad84b (patch)
treed7d0df91971c8608d4f0f488419bf2ddbb6ad873 /xorg/libXtst/build
parentd6152f7edffbe7037e69eace011604062f20fd96 (diff)
downloadrepository-f3679bc1753889a950ab436438dd3269cb9ad84b.tar.gz
libXtst: added package to xorg
Diffstat (limited to 'xorg/libXtst/build')
-rwxr-xr-xxorg/libXtst/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/libXtst/build b/xorg/libXtst/build
new file mode 100755
index 00000000..ffd10172
--- /dev/null
+++ b/xorg/libXtst/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static
+
+make
+make DESTDIR="$1" install