summaryrefslogtreecommitdiffstats
path: root/system/pcsc-perl/pcsc-perl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pcsc-perl/pcsc-perl.SlackBuild')
-rw-r--r--system/pcsc-perl/pcsc-perl.SlackBuild8
1 files changed, 4 insertions, 4 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