wok rev 24836

updated libtasn1 and libtasn1-dev (4.16.0 -> 4.18.0)
author Hans-G?nter Theisgen
date Fri Mar 25 07:25:04 2022 +0100 (2022-03-25)
parents 99a2dc705199
children 4ab89f7482b3
files libtasn1-dev/receipt libtasn1/description.txt libtasn1/receipt
line diff
     1.1 --- a/libtasn1-dev/receipt	Fri Mar 25 07:01:46 2022 +0100
     1.2 +++ b/libtasn1-dev/receipt	Fri Mar 25 07:25:04 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtasn1-dev"
     1.7 -VERSION="4.16.0"
     1.8 +VERSION="4.18.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The libtasn1 development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,9 +16,5 @@
    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/lib/pkgconfig	$fs/usr/lib
    1.19 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.20 -	cp -a $install/usr/include		$fs/usr
    1.21 +	get_dev_files
    1.22  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libtasn1/description.txt	Fri Mar 25 07:25:04 2022 +0100
     2.3 @@ -0,0 +1,5 @@
     2.4 +Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.
     2.5 +It was originally written by Fabio Fiorina, and now maintained as a GNU package.
     2.6 +
     2.7 +The goal of this implementation is to be highly portable, and only require an
     2.8 +ANSI C99 platform.
     3.1 --- a/libtasn1/receipt	Fri Mar 25 07:01:46 2022 +0100
     3.2 +++ b/libtasn1/receipt	Fri Mar 25 07:25:04 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libtasn1"
     3.7 -VERSION="4.16.0"
     3.8 +VERSION="4.18.0"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="ASN.1 library."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -29,15 +29,13 @@
    3.13  		CC=gcc-83	\
    3.14  		CXX=g++-83	\
    3.15  		$CONFIGURE_ARGS &&
    3.16 -	make -j 1 &&
    3.17 +	make &&
    3.18  	make install
    3.19  }
    3.20  
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/lib
    3.25 -
    3.26 -	cp -a $install/usr/bin		$fs/usr
    3.27 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.28 +	cook_copy_folders	bin
    3.29 +	cook_copy_files		*.so*
    3.30  }