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