# HG changeset patch # User Hans-G?nter Theisgen # Date 1648189504 -3600 # Node ID b26357903eb92546cf0cac7629d3be2a882b8cf5 # Parent 99a2dc7051992d798a24478b45965fc8b40fc42f updated libtasn1 and libtasn1-dev (4.16.0 -> 4.18.0) diff -r 99a2dc705199 -r b26357903eb9 libtasn1-dev/receipt --- a/libtasn1-dev/receipt Fri Mar 25 07:01:46 2022 +0100 +++ b/libtasn1-dev/receipt Fri Mar 25 07:25:04 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtasn1-dev" -VERSION="4.16.0" +VERSION="4.18.0" CATEGORY="development" SHORT_DESC="The libtasn1 development files." MAINTAINER="pankso@slitaz.org" @@ -16,9 +16,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + get_dev_files } diff -r 99a2dc705199 -r b26357903eb9 libtasn1/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libtasn1/description.txt Fri Mar 25 07:25:04 2022 +0100 @@ -0,0 +1,5 @@ +Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages. +It was originally written by Fabio Fiorina, and now maintained as a GNU package. + +The goal of this implementation is to be highly portable, and only require an +ANSI C99 platform. diff -r 99a2dc705199 -r b26357903eb9 libtasn1/receipt --- a/libtasn1/receipt Fri Mar 25 07:01:46 2022 +0100 +++ b/libtasn1/receipt Fri Mar 25 07:25:04 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtasn1" -VERSION="4.16.0" +VERSION="4.18.0" CATEGORY="security" SHORT_DESC="ASN.1 library." MAINTAINER="pankso@slitaz.org" @@ -29,15 +29,13 @@ CC=gcc-83 \ CXX=g++-83 \ $CONFIGURE_ARGS && - make -j 1 && + make && make install } # 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* }