# HG changeset patch # User Hans-G?nter Theisgen # Date 1648484036 -3600 # Node ID d4bdd9ac943a7b597569f110965e01e7f291dfb0 # Parent 3450e9a2d1f609c2e4c4ddf310e1c35f5c4ef250 updated linuxconsoletools (1.7.0 -> 1.7.1) diff -r 3450e9a2d1f6 -r d4bdd9ac943a linuxconsoletools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linuxconsoletools/description.txt Mon Mar 28 17:13:56 2022 +0100 @@ -0,0 +1,4 @@ +This project maintains the Linux Console tools, which include utilities +to test and configure joysticks, connect legacy devices to the kernel's +input subsystem (providing support for serial mice, touchscreens etc.), +and test the input event layer. diff -r 3450e9a2d1f6 -r d4bdd9ac943a linuxconsoletools/receipt --- a/linuxconsoletools/receipt Mon Mar 28 17:04:25 2022 +0100 +++ b/linuxconsoletools/receipt Mon Mar 28 17:13:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="linuxconsoletools" -VERSION="1.7.0" +VERSION="1.7.1" CATEGORY="system-tools" SHORT_DESC="Configure joysticks, or connect legacy input devices." MAINTAINER="pascal.bellard@slitaz.org" @@ -29,14 +29,13 @@ make \ CC=gcc-83 \ CXX=g++-83 && - make DESTDIR=$DESTDIR install + make install \ + DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/joystick $fs/usr/share + cook_copy_folders bin + cook_copy_folders joystick }