wok-next diff perl-pcsc/receipt @ rev 20011

cairo-dock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:36:22 2017 +0200 (2017-10-21)
parents dfb3d7f1daed
children 4e6503d7a19f
line diff
     1.1 --- a/perl-pcsc/receipt	Wed Jun 14 09:51:23 2017 +0300
     1.2 +++ b/perl-pcsc/receipt	Sat Oct 21 18:36:22 2017 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-pcsc"
     1.7 -VERSION="1.4.12"
     1.8 -SOURCE="pcsc-perl"
     1.9 -CATEGORY="system-tools"
    1.10 -SHORT_DESC="Perl Module for PC/SC SmartCard access."
    1.11 +VERSION="1.4.14"
    1.12 +CATEGORY="perl"
    1.13 +SHORT_DESC="Chipcard::PCSC - Smart card reader interface library"
    1.14  MAINTAINER="pankso@slitaz.org"
    1.15  LICENSE="GPL"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
    1.18 -WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL"
    1.19 +WEB_SITE="https://metacpan.org/release/pcsc-perl"
    1.20 +
    1.21 +TARBALL="pcsc-perl-$VERSION.tar.bz2"
    1.22 +WGET_URL="https://cpan.metacpan.org/authors/id/W/WH/WHOM/$TARBALL"
    1.23  
    1.24  DEPENDS="perl pcsc-lite"
    1.25  BUILD_DEPENDS="perl-dev pcsc-lite-dev"
    1.26 @@ -17,15 +17,14 @@
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	perl Makefile.PL &&
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	make && make DESTDIR=$install install &&
    1.34 +
    1.35 +	chmod -R u+w $install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	copy @std
    1.44  }
    1.45 -