ports/contrib (3.4): linuxconsoletools: initial import, version 1.6.1
commit 7f77f675eae76bd74a29044db6b96254d71eddf9 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Jun 3 20:42:54 2019 -0500 linuxconsoletools: initial import, version 1.6.1 diff --git a/linuxconsoletools/.footprint b/linuxconsoletools/.footprint new file mode 100644 index 00000000..177f3606 --- /dev/null +++ b/linuxconsoletools/.footprint @@ -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 diff --git a/linuxconsoletools/.signature b/linuxconsoletools/.signature new file mode 100644 index 00000000..e1b0ca44 --- /dev/null +++ b/linuxconsoletools/.signature @@ -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 diff --git a/linuxconsoletools/Pkgfile b/linuxconsoletools/Pkgfile new file mode 100644 index 00000000..dfc3bf79 --- /dev/null +++ b/linuxconsoletools/Pkgfile @@ -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.bz...) + +build() { + cd $name-$version + make PREFIX=/usr DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu