xorg: Added libevdev

This commit is contained in:
Dylan Araps 2019-06-28 09:53:18 +03:00 committed by Muhammad Herdiansyah
parent e596206104
commit d40f879652
5 changed files with 13 additions and 0 deletions

8
xorg/libevdev/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gcov
make
make DESTDIR="$1" install

1
xorg/libevdev/checksums Normal file
View File

@ -0,0 +1 @@
11dbe1f2b1d03a51f3e9a196757a75c3a999042ce34cf1fdc00a2363e5a2e369 libevdev-1.7.0.tar.xz

2
xorg/libevdev/depends Normal file
View File

@ -0,0 +1,2 @@
linux-headers make
python make

1
xorg/libevdev/sources Normal file
View File

@ -0,0 +1 @@
http://www.freedesktop.org/software/libevdev/libevdev-1.7.0.tar.xz

1
xorg/libevdev/version Normal file
View File

@ -0,0 +1 @@
1.7.0 1