blob: 830d59b223bd9e1d8c6d96613552e94ac43c0f07 (
plain)
1 # Description: Utilities to test and configure joysticks, connect legacy devices to the kernel's input subsystem and test the input event layer
2 # URL: https://sourceforge.net/projects/linuxconsole/
3 # Maintainer: Matt Housh, jaeger at crux dot ninja
4 # Depends on: libsdl2
5
6 name=linuxconsoletools
7 version=1.7.0
8 release=1
9 source=(https://downloads.sourceforge.net/project/linuxconsole/$name-$version.tar.bz2)
10
11 build() {
12 cd $name-$version
13 make PREFIX=/usr DESTDIR=$PKG install
14 }
|