linuxconsoletools: initial import, version 1.6.1

This commit is contained in:
Matt Housh 2019-06-03 20:42:54 -05:00
parent 541c537d21
commit 7f77f675ea
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,34 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
-rwxr-xr-x root/root lib/udev/js-set-enum-leds
drwxr-xr-x root/root lib/udev/rules.d/
-rw-r--r-- root/root lib/udev/rules.d/80-stelladaptor-joystick.rules
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/evdev-joystick
-rwxr-xr-x root/root usr/bin/ffcfstress
-rwxr-xr-x root/root usr/bin/ffmvforce
-rwxr-xr-x root/root usr/bin/ffset
-rwxr-xr-x root/root usr/bin/fftest
-rwxr-xr-x root/root usr/bin/inputattach
-rwxr-xr-x root/root usr/bin/jscal
-rwxr-xr-x root/root usr/bin/jscal-restore
-rwxr-xr-x root/root usr/bin/jscal-store
-rwxr-xr-x root/root usr/bin/jstest
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/joystick/
-rwxr-xr-x root/root usr/share/joystick/extract
-rwxr-xr-x root/root usr/share/joystick/filter
-rwxr-xr-x root/root usr/share/joystick/ident
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/evdev-joystick.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffcfstress.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffmvforce.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffset.1.gz
-rw-r--r-- root/root usr/share/man/man1/fftest.1.gz
-rw-r--r-- root/root usr/share/man/man1/inputattach.1.gz
-rw-r--r-- root/root usr/share/man/man1/jscal-restore.1.gz
-rw-r--r-- root/root usr/share/man/man1/jscal-store.1.gz
-rw-r--r-- root/root usr/share/man/man1/jscal.1.gz
-rw-r--r-- root/root usr/share/man/man1/jstest.1.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32+nLkNa09HbGv9gIYe+jEDudEAoC3jAM5naXYWfy86NqDgJqpZQnU6Bf7MCSEahdynYeTbwl2Q0KKXiLJ/dIAc=
SHA256 (Pkgfile) = ceb8869270f53858a7bd7e080217a9d4c037ead57c6c5e49dd6d7ce00d38ea9c
SHA256 (.footprint) = b2db3f23aa67f4ffc861b2f888dca0b1aa8f52b0169b82abc20c444782c281aa
SHA256 (linuxconsoletools-1.6.1.tar.bz2) = e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934

14
linuxconsoletools/Pkgfile Normal file
View File

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