aboutsummaryrefslogtreecommitdiff
path: root/xorg/xrandr/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xrandr/build')
-rwxr-xr-xxorg/xrandr/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/xrandr/build b/xorg/xrandr/build
new file mode 100755
index 00000000..373bceed
--- /dev/null
+++ b/xorg/xrandr/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+
+make
+make DESTDIR="$1" install