wok-next annotate pcsc-tools/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents d5aab818505e
children
rev   line source
pankso@13659 1 # SliTaz package receipt.
pankso@13659 2
pankso@13659 3 PACKAGE="pcsc-tools"
pankso@13659 4 VERSION="1.4.20"
pankso@13659 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="PC/SC Architecture smartcard tools"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
pankso@13659 9 WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
al@21020 10
pankso@13659 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@13659 12 WGET_URL="http://ludovic.rousseau.free.fr/softwares/$PACKAGE/$TARBALL"
pankso@13659 13
pankso@13659 14 BUILD_DEPENDS="pcsc-lite-dev"
pankso@13659 15
al@21020 16 compile_rules() {
pankso@13659 17 sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
al@21020 18
al@21020 19 make &&
al@21020 20 make DESTDIR=$install/usr install
pankso@13659 21 }
pankso@13659 22
al@21020 23 genpkg_rules() {
pankso@13659 24 mkdir -p $fs/usr/share
pankso@13659 25 cp -a $install/usr/bin $fs/usr
pankso@13659 26 cp -a $install/usr/share/pcsc $fs/usr/share
al@21068 27 DEPENDS="pcsc-lite perl-glib perl-gtk2 perl-pcsc-perl"
pankso@13659 28 }