wok rev 23271

updated p11-kit and p11-kit-dev (0.23.16 -> 0.23.20)
author Hans-G?nter Theisgen
date Sat Mar 28 14:01:47 2020 +0100 (2020-03-28)
parents c633f2b6e680
children ba9d73bc3add
files p11-kit-dev/receipt p11-kit/receipt
line diff
     1.1 --- a/p11-kit-dev/receipt	Sat Mar 28 13:40:00 2020 +0100
     1.2 +++ b/p11-kit-dev/receipt	Sat Mar 28 14:01:47 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="p11-kit-dev"
     1.7 -VERSION="0.23.16"
     1.8 +VERSION="0.23.20"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Library to work with PKCS#11 modules, development files."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -17,6 +17,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 +
    1.17  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.18  	cp -a $install/usr/include		$fs/usr
    1.19  }
     2.1 --- a/p11-kit/receipt	Sat Mar 28 13:40:00 2020 +0100
     2.2 +++ b/p11-kit/receipt	Sat Mar 28 14:01:47 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="p11-kit"
     2.7 -VERSION="0.23.16"
     2.8 +VERSION="0.23.20"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Library to work with PKCS#11 modules."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -9,7 +9,7 @@
    2.13  WEB_SITE="https://p11-glue.freedesktop.org/"
    2.14  LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html"
    2.15  
    2.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.18  WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL"
    2.19  
    2.20  BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev \