wok-next view perl-pcsc/receipt @ rev 17573
Up: icu 54.1
| author | Alexander Medvedev <devl547@gmail.com> | 
|---|---|
| date | Sat Feb 07 21:10:31 2015 +0000 (2015-02-07) | 
| parents | 7cdbcec1f857 | 
| children | dfb3d7f1daed | 
 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 }