aboutsummaryrefslogtreecommitdiff
path: root/extra/libXmu/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
commit71dddcc66d6e4ca000d55fa90db7d834395174fb (patch)
treee5d7f5789b8c48bd8e00817cfc0dd2ac1bc90c7f /extra/libXmu/build
parent970043469fb51ec85a2852073716185380f5276c (diff)
downloadrepository-71dddcc66d6e4ca000d55fa90db7d834395174fb.tar.gz
libXmu: move to extra
Diffstat (limited to 'extra/libXmu/build')
-rwxr-xr-xextra/libXmu/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libXmu/build b/extra/libXmu/build
new file mode 100755
index 00000000..6b0a232c
--- /dev/null
+++ b/extra/libXmu/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+
+make
+make DESTDIR="$1" install