mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/pcsc-tools: Updated for version 1.4.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8078f80649
commit
f7c42d4917
2 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for pcsc-tools
|
# Slackware build script for pcsc-tools
|
||||||
|
|
||||||
# Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com>
|
# Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com>
|
||||||
# Copyright 2011-2013 LukenShiro, Italy
|
# Copyright 2011-2014 LukenShiro, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
# permitted provided that the following conditions are met:
|
# permitted provided that the following conditions are met:
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pcsc-tools
|
PRGNAM=pcsc-tools
|
||||||
VERSION=${VERSION:-1.4.21}
|
VERSION=${VERSION:-1.4.23}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Make sure that the man pages go to the right place
|
# Make sure that the man pages go to the right place
|
||||||
sed -i -e's|/share/man|/man|' Makefile
|
sed -i -e's|/share/man|/man|' Makefile
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pcsc-tools"
|
PRGNAM="pcsc-tools"
|
||||||
VERSION="1.4.21"
|
VERSION="1.4.23"
|
||||||
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
|
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
|
||||||
DOWNLOAD="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/pcsc-tools-1.4.21.tar.gz"
|
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.23.tar.gz"
|
||||||
MD5SUM="c5ec17124aab4e933d537d6253046423"
|
MD5SUM="be8a7da2353f7601c21f8d155a2d6fd6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pcsc-perl perl-gtk2"
|
REQUIRES="pcsc-perl perl-gtk2"
|
||||||
|
|
Loading…
Reference in a new issue