aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXtst/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:44:31 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:44:31 +0100
commitf512d266d51c61c8cd8e4ca1947cc7ba454a1688 (patch)
tree0b9a024ada1499ada3c81943c83a2ca5ab071f1f /xorg/libXtst/build
parent21bdbe0c9689c20028c9bd238239f73874fb2786 (diff)
downloadrepository-f512d266d51c61c8cd8e4ca1947cc7ba454a1688.tar.gz
libXtst: drop from repository
Diffstat (limited to 'xorg/libXtst/build')
-rwxr-xr-xxorg/libXtst/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXtst/build b/xorg/libXtst/build
deleted file mode 100755
index ffd10172..00000000
--- a/xorg/libXtst/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-static
-
-make
-make DESTDIR="$1" install