wok rev 24701
updated keyutils and keyutils-dev (1.6.1 -> 1.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 07:58:24 2022 +0100 (2022-03-14) |
parents | 9d7e40cf4a41 |
children | 96d99c76c5e9 |
files | keyutils-dev/receipt keyutils/receipt |
line diff
1.1 --- a/keyutils-dev/receipt Mon Mar 14 07:45:56 2022 +0100 1.2 +++ b/keyutils-dev/receipt Mon Mar 14 07:58:24 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 }
2.1 --- a/keyutils/receipt Mon Mar 14 07:45:56 2022 +0100 2.2 +++ b/keyutils/receipt Mon Mar 14 07:58:24 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="keyutils" 2.7 -VERSION="1.6.1" 2.8 +VERSION="1.6.3" 2.9 CATEGORY="security" 2.10 TAGS="cryptography" 2.11 SHORT_DESC="Control the key management system built into the Linux kernel." 2.12 @@ -9,8 +9,8 @@ 2.13 LICENSE="GPL2 LGPL2.1" 2.14 WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" 2.15 2.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 -WGET_URL="${WEB_SITE}$TARBALL" 2.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.19 +WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/$PACKAGE.git/snapshot/$TARBALL" 2.20 2.21 BUILD_DEPENDS="file" 2.22 2.23 @@ -29,7 +29,7 @@ 2.24 Makefile 2.25 2.26 make && 2.27 - make DESTDIR=$DESTDIR install 2.28 + make install DESTDIR=$DESTDIR 2.29 } 2.30 2.31 # Rules to gen a SliTaz package suitable for Tazpkg.