wok-next annotate p11-kit/receipt @ rev 20219

memtest: shrink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 13:03:25 2017 +0100 (2017-11-05)
parents 4048d48a47c1
children 7ee2afdb0ea6
rev   line source
slaxemulator@11294 1 # SliTaz package receipt.
slaxemulator@11294 2
slaxemulator@11294 3 PACKAGE="p11-kit"
al@19693 4 VERSION="0.23.2"
slaxemulator@11294 5 CATEGORY="security"
slaxemulator@11294 6 LICENSE="BSD"
slaxemulator@11294 7 SHORT_DESC="Library to work with PKCS#11 modules"
slaxemulator@11294 8 MAINTAINER="slaxemulator@gmail.com"
al@19693 9 WEB_SITE="https://p11-glue.freedesktop.org/"
al@19693 10
slaxemulator@11294 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19693 12 WGET_URL="http://p11-glue.freedesktop.org/releases/$TARBALL"
al@19693 13
al@19693 14 DEPENDS="libffi libtasn1"
al@19693 15 BUILD_DEPENDS="gettext libtasn1-dev gtk-doc libxslt cacerts"
slaxemulator@11294 16
slaxemulator@11294 17 # Rules to configure and make the package.
slaxemulator@11294 18 compile_rules()
slaxemulator@11294 19 {
slaxemulator@11294 20 ./configure \
slaxemulator@11294 21 --sysconfdir=/etc \
al@19693 22 $CONFIGURE_ARGS &&
slaxemulator@11294 23 make && make install
slaxemulator@11294 24 }
slaxemulator@11294 25
slaxemulator@11294 26 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11294 27 genpkg_rules()
slaxemulator@11294 28 {
al@19783 29 copy etc/ bin/ p11-kit/ *.so*
slaxemulator@11294 30 }