blob: 6290842c7bff98eae845044a1544a0321bd6d285 (
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.1
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 }
|