wok rev 24966

updated nettle and nettle-dev (3.5.1 -> 3.7.3)
author Hans-G?nter Theisgen
date Mon Apr 25 07:28:45 2022 +0100 (24 months ago)
parents 166be00cb790
children 3d4a009ea929
files nettle-dev/receipt nettle/description.txt nettle/receipt
line diff
     1.1 --- a/nettle-dev/receipt	Mon Apr 25 07:15:39 2022 +0100
     1.2 +++ b/nettle-dev/receipt	Mon Apr 25 07:28:45 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nettle-dev"
     1.7 -VERSION="3.5.1"
     1.8 +VERSION="3.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for nettle."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -16,9 +16,7 @@
    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 +	cook_copy_folders	include
    1.22 +	cook_copy_folders	pkgconfig
    1.23 +	cook_copy_files		*.*a
    1.24  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/nettle/description.txt	Mon Apr 25 07:28:45 2022 +0100
     2.3 @@ -0,0 +1,5 @@
     2.4 +Nettle is a cryptographic library that is designed to fit
     2.5 +easily in more or less any context:
     2.6 +In crypto toolkits for object-oriented languages
     2.7 +(C++, Python, Pike, ...), in applications like LSH or GNUPG,
     2.8 +or even in kernel space.
     3.1 --- a/nettle/receipt	Mon Apr 25 07:15:39 2022 +0100
     3.2 +++ b/nettle/receipt	Mon Apr 25 07:28:45 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="nettle"
     3.7 -VERSION="3.5.1"
     3.8 +VERSION="3.7.3"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="A cryptographic library that is designed to fit easily in more or less any context."
    3.11  MAINTAINER="devl547@gmail.com"
    3.12 @@ -45,8 +45,6 @@
    3.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.14  genpkg_rules()
    3.15  {
    3.16 -	mkdir -p $fs/usr/lib
    3.17 -
    3.18 -	cp -a $install/usr/bin		$fs/usr
    3.19 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.20 +	cook_copy_folders	bin
    3.21 +	cook_copy_files		*.so*
    3.22  }