contrib/linuxconsoletools/Pkgfile

15 lines
477 B
Plaintext

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