wok view perl-pcsc/receipt @ rev 14136

xfce4-notifyd, xfce4-volumed: move from undigest wok
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 01 13:56:11 2013 +0000 (2013-03-01)
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 }