# HG changeset patch # User Hans-G?nter Theisgen # Date 1559397391 -3600 # Node ID 2e1dc40b652c9d1595b28430fcb3e14731dff3bd # Parent 18de4fe65c9ce9666ec3b230ed12fb2974b69d35 updated pcsc-lite and pcsc-lite-dev (1.8.6 -> 1.8.25) diff -r 18de4fe65c9c -r 2e1dc40b652c pcsc-lite-dev/receipt --- a/pcsc-lite-dev/receipt Sat Jun 01 14:42:22 2019 +0100 +++ b/pcsc-lite-dev/receipt Sat Jun 01 14:56:31 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="pcsc-lite-dev" -VERSION="1.8.6" +VERSION="1.8.25" CATEGORY="development" -SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files" +SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pcsclite.apdu.fr/" -WANTED="pcsc-lite" DEPENDS="pcsc-lite pkg-config" +WANTED="pcsc-lite" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 18de4fe65c9c -r 2e1dc40b652c pcsc-lite/receipt --- a/pcsc-lite/receipt Sat Jun 01 14:42:22 2019 +0100 +++ b/pcsc-lite/receipt Sat Jun 01 14:56:31 2019 +0100 @@ -1,14 +1,16 @@ # SliTaz package receipt. PACKAGE="pcsc-lite" -VERSION="1.8.6" +VERSION="1.8.25" CATEGORY="base-system" SHORT_DESC="SCard interface for communicating to smart cards and readers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pcsclite.apdu.fr/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://alioth.debian.org/frs/download.php/3741/$TARBALL" +WGET_URL="${WEB_SITE}files/$TARBALL" SUGGESTED="ccid" DEPENDS="udev" @@ -17,24 +19,27 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --enable-libudev \ - --enable-ipcdir=/run/pcscd \ - --enable-usbdropdir=/usr/lib/pcsc/drivers \ + ./configure \ + --prefix=/usr \ + --disable-libsystemd \ + --enable-libudev \ + --enable-ipcdir=/run/pcscd \ + --enable-usbdropdir=/usr/lib/pcsc/drivers \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/pcsc/drivers $fs/etc - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $stuff/init.d $fs/etc + mkdir -p $fs/usr/lib/pcsc/drivers + mkdir -p $fs/etc + + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $stuff/init.d $fs/etc } # Daemon options in: daemons.conf