diff options
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 |
commit | d4fc1ce320adb3b436998344c2badd42a7ad132e (patch) | |
tree | 8838a81253391d6258a0d8579b0dc782f89804bd /system/pcsc-perl/pcsc-perl.SlackBuild | |
parent | 2808062a3eb9774ae65fe922e7fccbf903fb0dbe (diff) | |
download | slackbuilds-d4fc1ce320adb3b436998344c2badd42a7ad132e.tar.gz |
system/pcsc-perl: Updated for version 1.4.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/pcsc-perl/pcsc-perl.SlackBuild')
-rw-r--r-- | system/pcsc-perl/pcsc-perl.SlackBuild | 8 |
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 |