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

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
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 }