aboutsummaryrefslogtreecommitdiff
path: root/xorg/xkbcomp/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit24635e0d85d5af31a3c97a1dd5d76044c3574b0a (patch)
treedfb7d987dd55ae2af86c7eef8e352d5d821b5daf /xorg/xkbcomp/build
parent1fd5c31953a27c954c9a37a2857e6eaefe7d00da (diff)
downloadrepository-24635e0d85d5af31a3c97a1dd5d76044c3574b0a.tar.gz
xkbcomp: move to extra
Diffstat (limited to 'xorg/xkbcomp/build')
-rwxr-xr-xxorg/xkbcomp/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xkbcomp/build b/xorg/xkbcomp/build
deleted file mode 100755
index 75e3546c..00000000
--- a/xorg/xkbcomp/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-export LDFLAGS="$LDFLAGS -static"
-export PKG_CONFIG="pkgconf --static"
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install