wok-6.x diff pcsc-lite/receipt @ rev 22120
updated wavemon (0.7.5 -> 0.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Nov 03 15:16:39 2019 +0100 (2019-11-03) |
parents | 8dd8bab3f0ca |
children | 97585ed37bf0 |
line diff
1.1 --- a/pcsc-lite/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/pcsc-lite/receipt Sun Nov 03 15:16:39 2019 +0100 1.3 @@ -1,14 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcsc-lite" 1.7 -VERSION="1.8.6" 1.8 +VERSION="1.8.25" 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 LICENSE="BSD" 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 @@ -17,24 +19,27 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --enable-libudev \ 1.29 - --enable-ipcdir=/run/pcscd \ 1.30 - --enable-usbdropdir=/usr/lib/pcsc/drivers \ 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --disable-libsystemd \ 1.34 + --enable-libudev \ 1.35 + --enable-ipcdir=/run/pcscd \ 1.36 + --enable-usbdropdir=/usr/lib/pcsc/drivers \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make DESTDIR=$DESTDIR install 1.39 + make && 1.40 + make DESTDIR=$DESTDIR install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/usr/lib/pcsc/drivers $fs/etc 1.47 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.48 - cp -a $install/usr/sbin $fs/usr 1.49 - cp -a $install/usr/bin $fs/usr 1.50 - cp -a $stuff/init.d $fs/etc 1.51 + mkdir -p $fs/usr/lib/pcsc/drivers 1.52 + mkdir -p $fs/etc 1.53 + 1.54 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.55 + cp -a $install/usr/sbin $fs/usr 1.56 + cp -a $install/usr/bin $fs/usr 1.57 + cp -a $stuff/init.d $fs/etc 1.58 } 1.59 1.60 # Daemon options in: daemons.conf