system/pcsc-perl: Updated for version 1.4.12.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2011-06-23 20:34:10 -04:00 committed by Niels Horn
parent 2808062a3e
commit d4fc1ce320
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@
PRGNAM=pcsc-perl
VERSION=1.4.11
VERSION=${VERSION:-1.4.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ set -e
rm -rf $PKG $TMP/$PRGNAM-$VERSION
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
cd $TMP
tar xfv $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root.root .
@ -75,7 +75,7 @@ find . \
perl Makefile.PL \
PREFIX=/usr \
INSTALLVENDORMAN3DIR=/usr/man/man3 \
OPTIMIZE="$SLKCFLAGS"
OPTIMIZE="$SLKCFLAGS"
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
@ -91,7 +91,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
# Strip this package's sole binary, whereever it might be
find $PKG -name "PCSC.so" -exec strip --strip-uneeded $PKG 2> /dev/null {} \;
# Compress the stuff in the sole man directory
# Compress the stuff in the sole man directory
gzip -9 $PKG/usr/man/man3/*
# Remove perlocal.pod, .packlist, and *.bs from $PKG

View file

@ -1,10 +1,10 @@
PRGNAM="pcsc-perl"
VERSION="1.4.11"
VERSION="1.4.12"
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
DOWNLOAD="http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/pcsc-perl-1.4.11.tar.bz2"
MD5SUM="40abf259b6df83224eb73c8c8c5179bf"
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-1.4.12.tar.bz2"
MD5SUM="f34c5ab748815bf0b2e571362b4f8121"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="Niels Horn"
APPROVED="dsomero"