wok view perl-pcsc/receipt @ rev 14045

hydra: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 18:37:30 2013 +0100 (2013-02-18)
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 }