kbd: move to extra

This commit is contained in:
Dylan Araps 2019-08-04 01:03:39 +03:00
parent c87e1e1155
commit 24bfc5d562
4 changed files with 11 additions and 0 deletions

8
extra/kbd/build Executable file
View File

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

1
extra/kbd/checksums Normal file
View File

@ -0,0 +1 @@
a3b096955efe5123974015c519c81be23bbfd5ee969dca3e7b01a8f93be5b347 kbd-2.2.0.tar.gz

1
extra/kbd/sources Normal file
View File

@ -0,0 +1 @@
https://www.kernel.org/pub/linux/utils/kbd/kbd-2.2.0.tar.gz

1
extra/kbd/version Normal file
View File

@ -0,0 +1 @@
2.2.0 1