wok view perl-pcsc/receipt @ rev 18534

Up tazpkg-test(852): pkgs.slitaz.org integration
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 30 01:33:41 2015 +0000 (2015-10-30)
parents 7cdbcec1f857
children 4363819c5f7a
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-pcsc"
4 VERSION="1.4.12"
5 SOURCE="pcsc-perl"
6 CATEGORY="system-tools"
7 SHORT_DESC="Perl Module for PC/SC SmartCard access."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
12 WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL"
14 DEPENDS="perl pcsc-lite"
15 BUILD_DEPENDS="pcsc-lite-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }