# 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 # Depends on: libsdl2 name=linuxconsoletools version=1.7.0 release=1 source=(https://downloads.sourceforge.net/project/linuxconsole/$name-$version.tar.bz2) build() { cd $name-$version make PREFIX=/usr DESTDIR=$PKG install }