summaryrefslogtreecommitdiff
path: root/linuxconsoletools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'linuxconsoletools/Pkgfile')
-rw-r--r--linuxconsoletools/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/linuxconsoletools/Pkgfile b/linuxconsoletools/Pkgfile
new file mode 100644
index 000000000..dfc3bf792
--- /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.bz2)
+
+build() {
+ cd $name-$version
+ make PREFIX=/usr DESTDIR=$PKG install
+}

Generated by cgit