diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-12-14 12:48:30 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:48 -0200 |
commit | b92eacf0878d3685b592b30ce2b6c5629258e594 (patch) | |
tree | da8a5d810d8d6ec152a60e63e8f679834302b675 /system/opensc | |
parent | 498d5573f5aa26e794d20dd8deb35bb3cfc5c2e7 (diff) | |
download | slackbuilds-b92eacf0878d3685b592b30ce2b6c5629258e594.tar.gz |
system/opensc: Updated for version 0.12.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/opensc')
-rw-r--r-- | system/opensc/opensc.SlackBuild | 8 | ||||
-rw-r--r-- | system/opensc/opensc.info | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index 703a7184d5..0c260e5858 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -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/ diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info index 851220efdc..5995e9938d 100644 --- a/system/opensc/opensc.info +++ b/system/opensc/opensc.info @@ -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" |