wok diff pcsc-lite/receipt @ rev 23313

updated perl-datetime-timezone (1.93 -> 2.38)
author Hans-G?nter Theisgen
date Mon Mar 30 15:07:38 2020 +0100 (2020-03-30)
parents 2e1dc40b652c
children 5d79829fa876
line diff
     1.1 --- a/pcsc-lite/receipt	Sat Jun 01 14:56:31 2019 +0100
     1.2 +++ b/pcsc-lite/receipt	Mon Mar 30 15:07:38 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcsc-lite"
     1.7 -VERSION="1.8.25"
     1.8 +VERSION="1.8.26"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SCard interface for communicating to smart cards and readers."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,12 +9,11 @@
    1.13  WEB_SITE="https://pcsclite.apdu.fr/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="https://alioth.debian.org/frs/download.php/3741/$TARBALL"
    1.17  WGET_URL="${WEB_SITE}files/$TARBALL"
    1.18  
    1.19  SUGGESTED="ccid"
    1.20  DEPENDS="udev"
    1.21 -BUILD_DEPENDS="wget udev-dev perl libtool"
    1.22 +BUILD_DEPENDS="libtool perl udev-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -45,7 +44,8 @@
    1.27  # Daemon options in: daemons.conf
    1.28  post_install()
    1.29  {
    1.30 -	if ! grep -q 'PCSCD_OPTIONS' "$1/etc/daemons.conf"; then
    1.31 +	if ! grep -q 'PCSCD_OPTIONS' "$1/etc/daemons.conf"
    1.32 +	  then
    1.33  		echo '# PC/SC smart card daemon options.' >> "$1/etc/daemons.conf"
    1.34  		echo 'PCSCD_OPTIONS=""' >> "$1/etc/daemons.conf"
    1.35  		echo '' >> "$1/etc/daemons.conf"