wok-next view opensc/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="opensc"
4 VERSION="0.17.0"
5 CATEGORY="security"
6 SHORT_DESC="Tools and libraries for smart cards"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/OpenSC/OpenSC/wiki"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 WGET_URL="https://github.com/OpenSC/OpenSC/releases/download/$VERSION/$TARBALL"
15 BUILD_DEPENDS="libxslt docbook-xsl zlib-dev readline-dev openssl-dev \
16 pcsc-lite-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="openssl readline zlib"
28 CONFIG_FILES="/etc/opensc.conf"
29 }