wok-current rev 23283
updated pcsc-lite and pcsc-lite-dev (1.8.25 -> 1.8.26)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 10:42:12 2020 +0100 (2020-03-29) |
parents | 38896e180d6c |
children | 41dac681279f |
files | pcsc-lite-dev/receipt pcsc-lite/receipt |
line diff
1.1 --- a/pcsc-lite-dev/receipt Sun Mar 29 10:35:37 2020 +0100 1.2 +++ b/pcsc-lite-dev/receipt Sun Mar 29 10:42:12 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcsc-lite-dev" 1.7 -VERSION="1.8.25" 1.8 +VERSION="1.8.26" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/pcsc-lite/receipt Sun Mar 29 10:35:37 2020 +0100 2.2 +++ b/pcsc-lite/receipt Sun Mar 29 10:42:12 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pcsc-lite" 2.7 -VERSION="1.8.25" 2.8 +VERSION="1.8.26" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="SCard interface for communicating to smart cards and readers." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -9,12 +9,11 @@ 2.13 WEB_SITE="https://pcsclite.apdu.fr/" 2.14 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 -WGET_URL="https://alioth.debian.org/frs/download.php/3741/$TARBALL" 2.17 WGET_URL="${WEB_SITE}files/$TARBALL" 2.18 2.19 SUGGESTED="ccid" 2.20 DEPENDS="udev" 2.21 -BUILD_DEPENDS="wget udev-dev perl libtool" 2.22 +BUILD_DEPENDS="libtool perl udev-dev" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 @@ -45,7 +44,8 @@ 2.27 # Daemon options in: daemons.conf 2.28 post_install() 2.29 { 2.30 - if ! grep -q 'PCSCD_OPTIONS' "$1/etc/daemons.conf"; then 2.31 + if ! grep -q 'PCSCD_OPTIONS' "$1/etc/daemons.conf" 2.32 + then 2.33 echo '# PC/SC smart card daemon options.' >> "$1/etc/daemons.conf" 2.34 echo 'PCSCD_OPTIONS=""' >> "$1/etc/daemons.conf" 2.35 echo '' >> "$1/etc/daemons.conf"