blob: dfc3bf79217e382b56921183ba1d0ea31bdb6566 (
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: libsdl
5
6 name=linuxconsoletools
7 version=1.6.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 }
|