wok-current rev 24858
updated linuxconsoletools (1.7.0 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 28 17:13:56 2022 +0100 (2022-03-28) |
parents | 3450e9a2d1f6 |
children | 55841ecdccb4 |
files | linuxconsoletools/description.txt linuxconsoletools/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linuxconsoletools/description.txt Mon Mar 28 17:13:56 2022 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +This project maintains the Linux Console tools, which include utilities 1.5 +to test and configure joysticks, connect legacy devices to the kernel's 1.6 +input subsystem (providing support for serial mice, touchscreens etc.), 1.7 +and test the input event layer.
2.1 --- a/linuxconsoletools/receipt Mon Mar 28 17:04:25 2022 +0100 2.2 +++ b/linuxconsoletools/receipt Mon Mar 28 17:13:56 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="linuxconsoletools" 2.7 -VERSION="1.7.0" 2.8 +VERSION="1.7.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Configure joysticks, or connect legacy input devices." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -29,14 +29,13 @@ 2.13 make \ 2.14 CC=gcc-83 \ 2.15 CXX=g++-83 && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make install \ 2.18 + DESTDIR=$DESTDIR 2.19 } 2.20 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules() 2.23 { 2.24 - mkdir -p $fs/usr/share 2.25 - 2.26 - cp -a $install/usr/bin $fs/usr 2.27 - cp -a $install/usr/share/joystick $fs/usr/share 2.28 + cook_copy_folders bin 2.29 + cook_copy_folders joystick 2.30 }