aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorgproto/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorgproto/build')
-rwxr-xr-xxorg/xorgproto/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/xorgproto/build b/xorg/xorgproto/build
new file mode 100755
index 00000000..20f084fe
--- /dev/null
+++ b/xorg/xorgproto/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-legacy
+
+make
+make DESTDIR="$1" install