wok diff p11-kit-dev/receipt @ rev 22215
updated xorg-libXfont and xorg-libXfont-dev (1.4.5 -> 1.5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 16:18:32 2019 +0100 (2019-11-11) |
parents | 64ffa42d750d |
children | 5b8b2ad6bf5e |
line diff
1.1 --- a/p11-kit-dev/receipt Wed Jun 20 13:19:55 2018 +0200 1.2 +++ b/p11-kit-dev/receipt Mon Nov 11 16:18:32 2019 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="p11-kit-dev" 1.7 -VERSION="0.23.12" 1.8 +VERSION="0.23.16" 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="https://p11-glue.freedesktop.org/" 1.15 LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" 1.16 1.17 +DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev \ 1.18 + libtasn1-dev libxslt p11-kit pkg-config" 1.19 WANTED="p11-kit" 1.20 1.21 -DEPENDS="p11-kit pkg-config gettext libtasn1-dev gtk-doc libxslt cacerts libffi-dev libffi glib glib-dev" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + cp -a $install/usr/include $fs/usr 1.31 }