wok view p11-kit-dev/receipt @ rev 20734

updated azpainter (2.0.4 -> 2.1.3)
author Hans-G?nter Theisgen
date Sat Feb 09 17:15:55 2019 +0100 (2019-02-09)
parents 0946c634e902
children f9f616c89890
line source
1 # SliTaz package receipt.
3 PACKAGE="p11-kit-dev"
4 VERSION="0.23.12"
5 CATEGORY="development"
6 SHORT_DESC="Library to work with PKCS#11 modules, development files"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://p11-glue.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html"
12 WANTED="p11-kit"
14 DEPENDS="p11-kit pkg-config gettext libtasn1-dev gtk-doc libxslt cacerts libffi-dev libffi glib glib-dev"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }