wok-6.x diff perl-pcsc/receipt @ rev 14108
Up: libwekkit-video-dev (1.8.3)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 24 09:19:30 2013 +0100 (2013-02-24) |
parents | |
children | 2d12ebd38be4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-pcsc/receipt Sun Feb 24 09:19:30 2013 +0100 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 +