wok view perl-pcsc/receipt @ rev 14576

eet-dev: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:41:33 2013 +0200 (2013-05-25)
parents
children 2d12ebd38be4
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 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
11 WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL"
13 DEPENDS="perl pcsc-lite"
14 BUILD_DEPENDS="pcsc-lite-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }