wok annotate p11-kit-dev/receipt @ rev 18898

slitaz-boot-scripts (424), slitaz-tools (966), tazpanel (567), tazusb (184)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 17 11:45:28 2016 +0100 (2016-02-17)
parents 47e1df965953
children 0946c634e902
rev   line source
slaxemulator@11294 1 # SliTaz package receipt.
slaxemulator@11294 2
slaxemulator@11294 3 PACKAGE="p11-kit-dev"
slaxemulator@11294 4 VERSION="0.6"
slaxemulator@11294 5 CATEGORY="development"
al@18665 6 SHORT_DESC="Library to work with PKCS#11 modules, development files"
slaxemulator@11294 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15379 8 LICENSE="BSD"
slaxemulator@11294 9 WEB_SITE="http://p11-glue.freedesktop.org"
pascal@15379 10 WANTED="p11-kit"
pascal@15379 11
pascal@15599 12 DEPENDS="p11-kit pkg-config"
slaxemulator@11294 13
slaxemulator@11294 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11294 15 genpkg_rules()
slaxemulator@11294 16 {
slaxemulator@11294 17 mkdir -p $fs/usr/lib
slaxemulator@11294 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
slaxemulator@11294 19 cp -a $install/usr/include $fs/usr
slaxemulator@11294 20 }