wok view perl-pcsc/receipt @ rev 14859

Up: gpodder (3.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Mon Jul 22 18:17:33 2013 -0300 (2013-07-22)
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 }