wok rev 23387
updated perl-pcsc (1.4.12 -> 1.4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 16:21:04 2020 +0100 (2020-03-31) |
parents | 777e726a4d5c |
children | 6cdd42a26dab |
files | perl-pcsc/receipt |
line diff
1.1 --- a/perl-pcsc/receipt Tue Mar 31 16:09:48 2020 +0100 1.2 +++ b/perl-pcsc/receipt Tue Mar 31 16:21:04 2020 +0100 1.3 @@ -1,31 +1,31 @@ 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 +VERSION="1.4.14" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="Perl Module for PC/SC SmartCard access." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/pcsc-perl" 1.15 + 1.16 +SOURCE="pcsc-perl" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/" 1.19 -WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://cpan.metacpan.org/authors/id/W/WH/WHOM/$TARBALL" 1.21 1.22 -DEPENDS="perl pcsc-lite" 1.23 -BUILD_DEPENDS="pcsc-lite-dev" 1.24 +DEPENDS="pcsc-lite perl" 1.25 +BUILD_DEPENDS="pcsc-lite-dev perl" 1.26 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 && 1.34 + make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr 1.41 - cp -a $install/usr/lib $fs/usr 1.42 + cp -a $install/usr/lib $fs/usr 1.43 } 1.44 -