wok-next annotate opensc/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents 10df65db91ad
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@16234 2
pascal@16234 3 PACKAGE="opensc"
al@20604 4 VERSION="0.17.0"
pascal@16234 5 CATEGORY="security"
al@20534 6 SHORT_DESC="Tools and libraries for smart cards"
pascal@16234 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16234 8 LICENSE="LGPL2.1"
al@20534 9 WEB_SITE="https://github.com/OpenSC/OpenSC/wiki"
al@20534 10
pascal@16234 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20604 12 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@20604 13 WGET_URL="https://github.com/OpenSC/OpenSC/releases/download/$VERSION/$TARBALL"
pascal@16234 14
al@20604 15 BUILD_DEPENDS="libxslt docbook-xsl zlib-dev readline-dev openssl-dev \
al@20604 16 pcsc-lite-dev"
pascal@16234 17
al@20534 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@20601 20 fix libtool &&
pascal@16234 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@16234 23 }
pascal@16234 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20604 27 DEPENDS="openssl readline zlib"
al@20534 28 CONFIG_FILES="/etc/opensc.conf"
pascal@16234 29 }