wok rev 21669

updated pcsc-lite and pcsc-lite-dev (1.8.6 -> 1.8.25)
author Hans-G?nter Theisgen
date Sat Jun 01 14:56:31 2019 +0100 (2019-06-01)
parents 18de4fe65c9c
children 3169a7ccbddc
files pcsc-lite-dev/receipt pcsc-lite/receipt
line diff
     1.1 --- a/pcsc-lite-dev/receipt	Sat Jun 01 14:42:22 2019 +0100
     1.2 +++ b/pcsc-lite-dev/receipt	Sat Jun 01 14:56:31 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcsc-lite-dev"
     1.7 -VERSION="1.8.6"
     1.8 +VERSION="1.8.25"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files"
    1.11 +SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://pcsclite.apdu.fr/"
    1.15 -WANTED="pcsc-lite"
    1.16  
    1.17  DEPENDS="pcsc-lite pkg-config"
    1.18 +WANTED="pcsc-lite"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31  }
     2.1 --- a/pcsc-lite/receipt	Sat Jun 01 14:42:22 2019 +0100
     2.2 +++ b/pcsc-lite/receipt	Sat Jun 01 14:56:31 2019 +0100
     2.3 @@ -1,14 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pcsc-lite"
     2.7 -VERSION="1.8.6"
     2.8 +VERSION="1.8.25"
     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  LICENSE="BSD"
    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 @@ -17,24 +19,27 @@
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 -	cd $src
    2.26 -	./configure \
    2.27 -		--prefix=/usr \
    2.28 -		--enable-libudev \
    2.29 -		--enable-ipcdir=/run/pcscd \
    2.30 -		--enable-usbdropdir=/usr/lib/pcsc/drivers \
    2.31 +	./configure						\
    2.32 +		--prefix=/usr					\
    2.33 +		--disable-libsystemd				\
    2.34 +		--enable-libudev				\
    2.35 +		--enable-ipcdir=/run/pcscd			\
    2.36 +		--enable-usbdropdir=/usr/lib/pcsc/drivers	\
    2.37  		$CONFIGURE_ARGS &&
    2.38 -	make && make DESTDIR=$DESTDIR install
    2.39 +	make &&
    2.40 +	make DESTDIR=$DESTDIR install
    2.41  }
    2.42  
    2.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.44  genpkg_rules()
    2.45  {
    2.46 -	mkdir -p $fs/usr/lib/pcsc/drivers $fs/etc
    2.47 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.48 -	cp -a $install/usr/sbin $fs/usr
    2.49 -	cp -a $install/usr/bin $fs/usr
    2.50 -	cp -a $stuff/init.d $fs/etc
    2.51 +	mkdir -p $fs/usr/lib/pcsc/drivers
    2.52 +	mkdir -p $fs/etc
    2.53 +
    2.54 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.55 +	cp -a $install/usr/sbin		$fs/usr
    2.56 +	cp -a $install/usr/bin		$fs/usr
    2.57 +	cp -a $stuff/init.d		$fs/etc
    2.58  }
    2.59  
    2.60  # Daemon options in: daemons.conf