wok-6.x rev 21655
updated p11-kit and p11-kit-dev (0.23.12 -> 0.23.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 31 15:09:23 2019 +0100 (2019-05-31) |
parents | f444a6b0c9e0 |
children | 6c0d5218c80f |
files | p11-kit-dev/receipt p11-kit/receipt |
line diff
1.1 --- a/p11-kit-dev/receipt Fri May 31 14:51:22 2019 +0100 1.2 +++ b/p11-kit-dev/receipt Fri May 31 15:09:23 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 }
2.1 --- a/p11-kit/receipt Fri May 31 14:51:22 2019 +0100 2.2 +++ b/p11-kit/receipt Fri May 31 15:09:23 2019 +0100 2.3 @@ -1,34 +1,37 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="p11-kit" 2.7 -VERSION="0.23.12" 2.8 +VERSION="0.23.16" 2.9 CATEGORY="security" 2.10 +SHORT_DESC="Library to work with PKCS#11 modules." 2.11 +MAINTAINER="slaxemulator@gmail.com" 2.12 LICENSE="BSD" 2.13 -SHORT_DESC="Library to work with PKCS#11 modules" 2.14 -MAINTAINER="slaxemulator@gmail.com" 2.15 WEB_SITE="https://p11-glue.freedesktop.org/" 2.16 LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" 2.17 + 2.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.19 WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL" 2.20 2.21 -BUILD_DEPENDS="gettext libtasn1-dev gtk-doc libxslt cacerts libffi-dev libffi glib glib-dev" 2.22 +BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev \ 2.23 + libtasn1-dev libxslt" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - cd $src 2.29 - ./configure \ 2.30 - --sysconfdir=/etc \ 2.31 - --with-module-path=/usr/lib/pkcs11 \ 2.32 + ./configure \ 2.33 + --sysconfdir=/etc \ 2.34 + --with-module-path=/usr/lib/pkcs11 \ 2.35 $CONFIGURE_ARGS && 2.36 - make && make install 2.37 + make && 2.38 + make install 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg. 2.42 genpkg_rules() 2.43 { 2.44 mkdir -p $fs/usr/lib 2.45 - cp -a $install/etc $fs 2.46 - cp -a $install/usr/bin $fs/usr 2.47 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.48 + 2.49 + cp -a $install/etc $fs 2.50 + cp -a $install/usr/bin $fs/usr 2.51 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.52 }