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