# HG changeset patch # User Hans-G?nter Theisgen # Date 1647241104 -3600 # Node ID 7d684b96da5f31ec75b6dbc9bd341fd59555e9e4 # Parent 9d7e40cf4a41a734fd66ef54ae6bf95907cbc7fe updated keyutils and keyutils-dev (1.6.1 -> 1.6.3) diff -r 9d7e40cf4a41 -r 7d684b96da5f keyutils-dev/receipt --- a/keyutils-dev/receipt Mon Mar 14 07:45:56 2022 +0100 +++ b/keyutils-dev/receipt Mon Mar 14 07:58:24 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="keyutils-dev" -VERSION="1.6.1" +VERSION="1.6.3" CATEGORY="development" -SHORT_DESC="Control the key management system built into the Linux kernel, development files." +SHORT_DESC="Control the key management system built into the Linux kernel, development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" @@ -14,10 +14,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - mkdir -p $fs/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/lib/*.a $fs/lib - cp -a $install/lib/pkgconfig $fs/lib + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r 9d7e40cf4a41 -r 7d684b96da5f keyutils/receipt --- a/keyutils/receipt Mon Mar 14 07:45:56 2022 +0100 +++ b/keyutils/receipt Mon Mar 14 07:58:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="keyutils" -VERSION="1.6.1" +VERSION="1.6.3" CATEGORY="security" TAGS="cryptography" SHORT_DESC="Control the key management system built into the Linux kernel." @@ -9,8 +9,8 @@ LICENSE="GPL2 LGPL2.1" WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="${WEB_SITE}$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/$PACKAGE.git/snapshot/$TARBALL" BUILD_DEPENDS="file" @@ -29,7 +29,7 @@ Makefile make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.