wok-next view perl-pcsc/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-pcsc"
4 VERSION="1.4.14"
5 CATEGORY="perl"
6 SHORT_DESC="Chipcard::PCSC - Smart card reader interface library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/pcsc-perl"
11 TARBALL="pcsc-perl-$VERSION.tar.bz2"
12 WGET_URL="https://cpan.metacpan.org/authors/id/W/WH/WHOM/$TARBALL"
14 DEPENDS="perl pcsc-lite"
15 BUILD_DEPENDS="perl-dev pcsc-lite-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 }