wok-current diff libevdev-dev/receipt @ rev 25586
Fix linux build with gcc > 6 again
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 12:23:26 2023 +0000 (20 months ago) |
parents | 3e62a2b10d0c |
children | a23978bfa665 |
line diff
1.1 --- a/libevdev-dev/receipt Tue Mar 03 15:52:06 2020 +0100 1.2 +++ b/libevdev-dev/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevdev-dev" 1.7 -VERSION="1.9.0" 1.8 +VERSION="1.12.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Common functions for Xorg input drivers - development files." 1.11 MAINTAINER="maintainer@slitaz.org" 1.12 @@ -14,9 +14,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - 1.18 - cp -a $install/usr/include $fs/usr 1.19 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + get_dev_files 1.22 }