system/pcsc-perl: Updated for version 1.4.11 + new maintainer.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
LukenShiro 2011-01-08 15:49:35 -02:00 committed by Robby Workman
parent 20e0ee0f22
commit b2a607f27c
2 changed files with 14 additions and 11 deletions

View File

@ -3,6 +3,7 @@
# Slackware build script for pcsc-perl
# Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com>
# Copyright 2011 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,16 +25,14 @@
PRGNAM=pcsc-perl
VERSION=1.4.8
VERSION=1.4.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -64,10 +63,14 @@ set -e
rm -rf $PKG $TMP/$PRGNAM-$VERSION
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xfv $CWD/$PRGNAM-$VERSION.tar.gz
tar xfv $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root.root .
chmod u+w,go+r-w,a-s .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \

View File

@ -1,10 +1,10 @@
PRGNAM="pcsc-perl"
VERSION="1.4.8"
VERSION="1.4.11"
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-1.4.8.tar.gz"
MD5SUM="ac842975d904e0acde36d4796ec19ef1"
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-1.4.11.tar.bz2"
MD5SUM="40abf259b6df83224eb73c8c8c5179bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andrew Psaltis"
EMAIL="ampsaltis@gmail.com"
APPROVED="rworkman"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="Niels Horn"