wok rev 13658

Add perl-pcsc (Perl Module for PC/SC SmartCard access)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 21 20:45:30 2012 +0000 (2012-11-21)
parents e509bd507650
children 111165cbc6d4
files perl-pcsc/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-pcsc/receipt	Wed Nov 21 20:45:30 2012 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-pcsc"
     1.7 +VERSION="1.4.12"
     1.8 +SOURCE="pcsc-perl"
     1.9 +CATEGORY="system-tools"
    1.10 +SHORT_DESC="Perl Module for PC/SC SmartCard access."
    1.11 +MAINTAINER="pankso@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
    1.14 +WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="perl pcsc-lite"
    1.17 +BUILD_DEPENDS="pcsc-lite-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	perl Makefile.PL &&
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a $install/usr/lib $fs/usr
    1.32 +}
    1.33 +