wok-next annotate p11-kit-dev/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents f0b4994f88ba
children f463de72afe3
rev   line source
slaxemulator@11294 1 # SliTaz package receipt.
slaxemulator@11294 2
slaxemulator@11294 3 PACKAGE="p11-kit-dev"
al@19693 4 VERSION="0.23.2"
slaxemulator@11294 5 CATEGORY="development"
al@19693 6 SHORT_DESC="Library to work with PKCS#11 modules (development files)"
slaxemulator@11294 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15379 8 LICENSE="BSD"
al@19693 9 WEB_SITE="https://p11-glue.freedesktop.org/"
al@19693 10
pascal@15379 11 WANTED="p11-kit"
al@19693 12 DEPENDS="p11-kit glibc-dev libffi-dev libtasn1-dev"
slaxemulator@11294 13
slaxemulator@11294 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11294 15 genpkg_rules()
slaxemulator@11294 16 {
al@19693 17 cook_copy_files *.h *.la *.pc
slaxemulator@11294 18 }