# HG changeset patch # User Hans-G?nter Theisgen # Date 1650868125 -3600 # Node ID cb70b1c31feef65f2c389ee154d24ff21e3aac22 # Parent 166be00cb790eb8ba722e56873862d00786584ab updated nettle and nettle-dev (3.5.1 -> 3.7.3) diff -r 166be00cb790 -r cb70b1c31fee nettle-dev/receipt --- a/nettle-dev/receipt Mon Apr 25 07:15:39 2022 +0100 +++ b/nettle-dev/receipt Mon Apr 25 07:28:45 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nettle-dev" -VERSION="3.5.1" +VERSION="3.7.3" CATEGORY="development" SHORT_DESC="Development files for nettle." MAINTAINER="devl547@gmail.com" @@ -16,9 +16,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r 166be00cb790 -r cb70b1c31fee nettle/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nettle/description.txt Mon Apr 25 07:28:45 2022 +0100 @@ -0,0 +1,5 @@ +Nettle is a cryptographic library that is designed to fit +easily in more or less any context: +In crypto toolkits for object-oriented languages +(C++, Python, Pike, ...), in applications like LSH or GNUPG, +or even in kernel space. diff -r 166be00cb790 -r cb70b1c31fee nettle/receipt --- a/nettle/receipt Mon Apr 25 07:15:39 2022 +0100 +++ b/nettle/receipt Mon Apr 25 07:28:45 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nettle" -VERSION="3.5.1" +VERSION="3.7.3" CATEGORY="security" SHORT_DESC="A cryptographic library that is designed to fit easily in more or less any context." MAINTAINER="devl547@gmail.com" @@ -45,8 +45,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_folders bin + cook_copy_files *.so* }