summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2011-06-23 20:34:10 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:53:59 -0300
commitd4fc1ce320adb3b436998344c2badd42a7ad132e (patch)
tree8838a81253391d6258a0d8579b0dc782f89804bd /system
parent2808062a3eb9774ae65fe922e7fccbf903fb0dbe (diff)
downloadslackbuilds-d4fc1ce320adb3b436998344c2badd42a7ad132e.tar.gz
slackbuilds-d4fc1ce320adb3b436998344c2badd42a7ad132e.tar.xz
system/pcsc-perl: Updated for version 1.4.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/pcsc-perl/pcsc-perl.SlackBuild8
-rw-r--r--system/pcsc-perl/pcsc-perl.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/system/pcsc-perl/pcsc-perl.SlackBuild b/system/pcsc-perl/pcsc-perl.SlackBuild
index d28f0cc7d5..ccf3cdb2ef 100644
--- a/system/pcsc-perl/pcsc-perl.SlackBuild
+++ b/system/pcsc-perl/pcsc-perl.SlackBuild
@@ -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
diff --git a/system/pcsc-perl/pcsc-perl.info b/system/pcsc-perl/pcsc-perl.info
index fb9f9e2624..d40201ab52 100644
--- a/system/pcsc-perl/pcsc-perl.info
+++ b/system/pcsc-perl/pcsc-perl.info
@@ -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"