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

Add sslscan
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 13 17:34:29 2017 +0100 (2017-02-13)
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 }