aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXaw/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-17 11:18:19 +0300
committerCem Keylan <cem@ckyln.com>2021-05-17 11:18:19 +0300
commit842d3918623f4fbea39aec133f791826a6f17979 (patch)
tree52127c19877219aea077fdfb541db365b4dcce15 /xorg/libXaw/build
parente71295c56c17a4db13adaa310919840839ec69c6 (diff)
downloadrepository-842d3918623f4fbea39aec133f791826a6f17979.tar.gz
libXaw: add new package at 1.0.14
Diffstat (limited to 'xorg/libXaw/build')
-rwxr-xr-xxorg/libXaw/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/libXaw/build b/xorg/libXaw/build
new file mode 100755
index 00000000..60c90749
--- /dev/null
+++ b/xorg/libXaw/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --without-xmlto
+
+make
+make DESTDIR="$1" install