wok-next diff p11-kit-dev/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents f0b4994f88ba
children f463de72afe3
line diff
     1.1 --- a/p11-kit-dev/receipt	Fri Dec 04 05:36:22 2015 +0200
     1.2 +++ b/p11-kit-dev/receipt	Tue May 23 14:40:37 2017 +0300
     1.3 @@ -1,20 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="p11-kit-dev"
     1.7 -VERSION="0.6"
     1.8 +VERSION="0.23.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Library to work with PKCS#11 modules, development files"
    1.11 +SHORT_DESC="Library to work with PKCS#11 modules (development files)"
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://p11-glue.freedesktop.org"
    1.15 +WEB_SITE="https://p11-glue.freedesktop.org/"
    1.16 +
    1.17  WANTED="p11-kit"
    1.18 -
    1.19 -DEPENDS="p11-kit pkg-config"
    1.20 +DEPENDS="p11-kit glibc-dev libffi-dev libtasn1-dev"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 +	cook_copy_files *.h *.la *.pc
    1.29  }