mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
xorg: Added libevdev
This commit is contained in:
parent
e596206104
commit
d40f879652
8
xorg/libevdev/build
Executable file
8
xorg/libevdev/build
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-gcov
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
1
xorg/libevdev/checksums
Normal file
1
xorg/libevdev/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
11dbe1f2b1d03a51f3e9a196757a75c3a999042ce34cf1fdc00a2363e5a2e369 libevdev-1.7.0.tar.xz
|
2
xorg/libevdev/depends
Normal file
2
xorg/libevdev/depends
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
linux-headers make
|
||||||
|
python make
|
1
xorg/libevdev/sources
Normal file
1
xorg/libevdev/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.freedesktop.org/software/libevdev/libevdev-1.7.0.tar.xz
|
1
xorg/libevdev/version
Normal file
1
xorg/libevdev/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.7.0 1
|
Loading…
Reference in New Issue
Block a user