xinput: new package at 1.6.3

This commit is contained in:
Dylan Araps 2019-10-30 16:09:37 +00:00
parent c0986989be
commit fefbe564b7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 14 additions and 0 deletions

9
xorg/xinput/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/xinput/checksums Normal file
View File

@ -0,0 +1 @@
9f29f9bfe387c5a3d582f9edc8c5a753510ecc6fdfb154c03b5cea5975b10ce4 xinput-1.6.3.tar.gz

2
xorg/xinput/depends Normal file
View File

@ -0,0 +1,2 @@
libX11
libXmu

1
xorg/xinput/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/app/xinput-1.6.3.tar.gz

1
xorg/xinput/version Normal file
View File

@ -0,0 +1 @@
1.6.3 1