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

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents 47e1df965953
children 0946c634e902
line source
1 # SliTaz package receipt.
3 PACKAGE="p11-kit-dev"
4 VERSION="0.6"
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="http://p11-glue.freedesktop.org"
10 WANTED="p11-kit"
12 DEPENDS="p11-kit pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }