wok-next annotate opensc/receipt @ rev 20601

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 17 01:13:26 2018 +0300 (2018-04-17)
parents 757d032c55c7
children 10df65db91ad
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@16234 2
pascal@16234 3 PACKAGE="opensc"
pascal@16234 4 VERSION="0.13.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"
pascal@16234 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@16234 13
pascal@16234 14 BUILD_DEPENDS="pcsc-lite-dev openssl-dev"
pascal@16234 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20601 18 fix libtool &&
pascal@16234 19 make &&
pascal@16234 20 make DESTDIR=$DESTDIR install
pascal@16234 21 }
pascal@16234 22
al@20534 23 genpkg_rules() {
al@20534 24 copy @std
al@20534 25 DEPENDS="openssl zlib"
al@20534 26 CONFIG_FILES="/etc/opensc.conf"
pascal@16234 27 }