mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/pcsc-perl: Updated for version 1.4.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
2808062a3e
commit
d4fc1ce320
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=pcsc-perl
|
PRGNAM=pcsc-perl
|
||||||
VERSION=1.4.11
|
VERSION=${VERSION:-1.4.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ set -e
|
||||||
|
|
||||||
rm -rf $PKG $TMP/$PRGNAM-$VERSION
|
rm -rf $PKG $TMP/$PRGNAM-$VERSION
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
tar xfv $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xfv $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root.root .
|
chown -R root.root .
|
||||||
|
@ -75,7 +75,7 @@ find . \
|
||||||
perl Makefile.PL \
|
perl Makefile.PL \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
INSTALLVENDORMAN3DIR=/usr/man/man3 \
|
INSTALLVENDORMAN3DIR=/usr/man/man3 \
|
||||||
OPTIMIZE="$SLKCFLAGS"
|
OPTIMIZE="$SLKCFLAGS"
|
||||||
|
|
||||||
make
|
make
|
||||||
make install INSTALLDIRS=vendor DESTDIR=$PKG
|
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
|
# Strip this package's sole binary, whereever it might be
|
||||||
find $PKG -name "PCSC.so" -exec strip --strip-uneeded $PKG 2> /dev/null {} \;
|
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/*
|
gzip -9 $PKG/usr/man/man3/*
|
||||||
|
|
||||||
# Remove perlocal.pod, .packlist, and *.bs from $PKG
|
# Remove perlocal.pod, .packlist, and *.bs from $PKG
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="pcsc-perl"
|
PRGNAM="pcsc-perl"
|
||||||
VERSION="1.4.11"
|
VERSION="1.4.12"
|
||||||
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
|
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"
|
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-1.4.12.tar.bz2"
|
||||||
MD5SUM="40abf259b6df83224eb73c8c8c5179bf"
|
MD5SUM="f34c5ab748815bf0b2e571362b4f8121"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="LukenShiro"
|
MAINTAINER="LukenShiro"
|
||||||
EMAIL="lukenshiro@ngi.it"
|
EMAIL="lukenshiro@ngi.it"
|
||||||
APPROVED="Niels Horn"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue