mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/opensc: Updated for version 0.11.12
This commit is contained in:
parent
88c9a9da2f
commit
342d7eb38c
4 changed files with 16 additions and 13 deletions
|
@ -8,12 +8,11 @@ API so applications supporting this API such as Mozilla Firefox and
|
|||
Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims
|
||||
to be compatible with every software that does so, too.
|
||||
|
||||
It depends on: pcsc-lite and openct (both of which are available on
|
||||
SlackBuilds).
|
||||
|
||||
You may need to edit /etc/opensc.conf in order to use a particular backend
|
||||
and smartcard.
|
||||
|
||||
Beware! Smartcards have usually a limited number of times you may try a
|
||||
wrong PIN/PUK combination before they become inoperable/permanently
|
||||
blocked. You have been warned!
|
||||
|
||||
This requires pcsc-lite and openct.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opensc
|
||||
|
||||
# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it>
|
||||
# Copyright 2008-2010 LukenShiro <lukenshiro@ngi.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opensc
|
||||
VERSION=${VERSION:-0.11.8}
|
||||
VERSION=${VERSION:-0.11.12}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -81,8 +81,10 @@ make install DESTDIR=$PKG
|
|||
mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
|
||||
( cd $PKG/usr/man
|
||||
|
@ -100,4 +102,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="opensc"
|
||||
VERSION="0.11.8"
|
||||
VERSION="0.11.12"
|
||||
HOMEPAGE="http://www.opensc-project.org/opensc/"
|
||||
DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.8.tar.gz"
|
||||
MD5SUM="a269b478b18dddb648b9bd930206b5a8"
|
||||
DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.12.tar.gz"
|
||||
MD5SUM="bc82f097bbc457962f3722474b50af5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler--------------------------------------------------------|
|
||||
opensc: opensc (SmartCard utilities/libraries for PKCS#11/15 compatible cards)
|
||||
opensc:
|
||||
opensc:
|
||||
opensc: It provides a set of libraries and utilities to access smart cards. Its
|
||||
opensc: main focus is on cards that support cryptographic operations, and
|
||||
opensc: facilitate their use in security applications such as mail encryption,
|
||||
|
@ -15,5 +15,5 @@ opensc: authentication, and digital signature. OpenSC implements the PKCS#11
|
|||
opensc: API so applications supporting this API such as Mozilla Firefox and
|
||||
opensc: Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims
|
||||
opensc: to be compatible with every software that does so, too.
|
||||
opensc:
|
||||
opensc:
|
||||
opensc: Homepage: http://www.opensc-project.org/opensc/
|
||||
|
|
Loading…
Reference in a new issue