2019-06-03 20:42:54 -05:00
|
|
|
# Description: Utilities to test and configure joysticks, connect legacy devices to the kernel's input subsystem and test the input event layer
|
|
|
|
# URL: https://sourceforge.net/projects/linuxconsole/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2020-08-25 11:52:56 -05:00
|
|
|
# Depends on: libsdl2
|
2019-06-03 20:42:54 -05:00
|
|
|
|
|
|
|
name=linuxconsoletools
|
2022-06-15 21:56:23 -05:00
|
|
|
version=1.8.1
|
2019-06-03 20:42:54 -05:00
|
|
|
release=1
|
|
|
|
source=(https://downloads.sourceforge.net/project/linuxconsole/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make PREFIX=/usr DESTDIR=$PKG install
|
|
|
|
}
|