wok-current diff keyutils-dev/receipt @ rev 24806
updated libmicrohttpd and libmicrohttpd-dev (0.9.70 -> 0.9.75)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 14:15:13 2022 +0100 (2022-03-22) |
parents | 50051b5bf172 |
children | a4f828dcc860 |
line diff
1.1 --- a/keyutils-dev/receipt Sun Mar 01 07:46:00 2020 +0100 1.2 +++ b/keyutils-dev/receipt Tue Mar 22 14:15:13 2022 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="keyutils-dev" 1.7 -VERSION="1.6.1" 1.8 +VERSION="1.6.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Control the key management system built into the Linux kernel, development files." 1.11 +SHORT_DESC="Control the key management system built into the Linux kernel, development files" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" 1.15 @@ -14,10 +14,7 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr 1.20 - mkdir -p $fs/lib 1.21 - 1.22 - cp -a $install/usr/include $fs/usr 1.23 - cp -a $install/lib/*.a $fs/lib 1.24 - cp -a $install/lib/pkgconfig $fs/lib 1.25 + cook_copy_folders include 1.26 + cook_copy_folders pkgconfig 1.27 + cook_copy_files *.*a 1.28 }