wok rev 21670

updated pcsc-tools (1.4.20 -> 1.5.4)
author Hans-G?nter Theisgen
date Sat Jun 01 15:19:00 2019 +0100 (2019-06-01)
parents 2e1dc40b652c
children 6d98523681bb
files pcsc-tools/receipt
line diff
     1.1 --- a/pcsc-tools/receipt	Sat Jun 01 14:56:31 2019 +0100
     1.2 +++ b/pcsc-tools/receipt	Sat Jun 01 15:19:00 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcsc-tools"
     1.7 -VERSION="1.4.20"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="PC/SC Architecture smartcard tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="http://ludovic.rousseau.free.fr/softwares/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="pcsc-lite perl-glib perl-gtk2 perl-pcsc"
    1.20 @@ -16,15 +17,19 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25 -	sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
    1.26 -	make && make DESTDIR=$DESTDIR/usr install
    1.27 +#	sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
    1.28 +	./configure		\
    1.29 +		--prefix=/usr	\
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make &&
    1.32 +	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr/share
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 -	cp -a $install/usr/share/pcsc $fs/usr/share
    1.41 +
    1.42 +	cp -a $install/usr/bin		$fs/usr
    1.43 +	cp -a $install/usr/share/pcsc	$fs/usr/share
    1.44  }