aboutsummaryrefslogtreecommitdiff
path: root/xorg/xf86-input-libinput
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xf86-input-libinput')
-rwxr-xr-xxorg/xf86-input-libinput/build7
-rw-r--r--xorg/xf86-input-libinput/checksums1
-rw-r--r--xorg/xf86-input-libinput/depends2
-rw-r--r--xorg/xf86-input-libinput/sources1
-rw-r--r--xorg/xf86-input-libinput/version1
5 files changed, 12 insertions, 0 deletions
diff --git a/xorg/xf86-input-libinput/build b/xorg/xf86-input-libinput/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/xorg/xf86-input-libinput/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/xf86-input-libinput/checksums b/xorg/xf86-input-libinput/checksums
new file mode 100644
index 00000000..2ce71aad
--- /dev/null
+++ b/xorg/xf86-input-libinput/checksums
@@ -0,0 +1 @@
+c28b56a21754b972db31798e6a4cf4dc9d69208d08f8fe41701a94def5e94bee xf86-input-libinput-0.29.0.tar.bz2
diff --git a/xorg/xf86-input-libinput/depends b/xorg/xf86-input-libinput/depends
new file mode 100644
index 00000000..f89a2267
--- /dev/null
+++ b/xorg/xf86-input-libinput/depends
@@ -0,0 +1,2 @@
+libinput
+xorg-server
diff --git a/xorg/xf86-input-libinput/sources b/xorg/xf86-input-libinput/sources
new file mode 100644
index 00000000..9d323db1
--- /dev/null
+++ b/xorg/xf86-input-libinput/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/driver/xf86-input-libinput-0.29.0.tar.bz2
diff --git a/xorg/xf86-input-libinput/version b/xorg/xf86-input-libinput/version
new file mode 100644
index 00000000..0b56a8aa
--- /dev/null
+++ b/xorg/xf86-input-libinput/version
@@ -0,0 +1 @@
+0.29.0 1