wok diff p11-kit-dev/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (23 months ago)
parents 5b8b2ad6bf5e
children
line diff
     1.1 --- a/p11-kit-dev/receipt	Sat Mar 28 14:01:47 2020 +0100
     1.2 +++ b/p11-kit-dev/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="p11-kit-dev"
     1.7 -VERSION="0.23.20"
     1.8 +VERSION="0.24.1"
     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 @@ -16,8 +16,6 @@
    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/include		$fs/usr
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_folders	pkgconfig
    1.22  }