system/opensc: Updated for version 0.12.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2011-12-14 12:48:30 -06:00 committed by Niels Horn
parent 498d5573f5
commit b92eacf087
2 changed files with 7 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensc
VERSION=${VERSION:-0.12.1}
VERSION=${VERSION:-0.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -95,12 +95,10 @@ make install DESTDIR=$PKG
# Don't clobber the config file
mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# man files are not really built now, as we do not currently have XSL StyleSheets
#find $PKG/usr/man -type f -exec gzip -9 {} \;
#for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
# manpages are not built, as we do not currently have DocBook XSL StyleSheets
rm -rf $PKG/usr/man
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/

View file

@ -1,10 +1,10 @@
PRGNAM="opensc"
VERSION="0.12.1"
VERSION="0.12.2"
HOMEPAGE="http://www.opensc-project.org/opensc/"
DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.12.1.tar.gz"
MD5SUM="62fe8d3ed1864556c1970d7c23d8d58e"
DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.12.2.tar.gz"
MD5SUM="5116adea5f2f9f22fb9896965789144b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"
APPROVED="rworkman"