diff --git a/ap/opensc/opensc-0.13.0.tar.gz.sha1 b/ap/opensc/opensc-0.13.0.tar.gz.sha1 deleted file mode 100644 index eadf6e11..00000000 --- a/ap/opensc/opensc-0.13.0.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -9285ccbed7b49f63e488c8fb1b3e102994a28218 opensc-0.13.0.tar.gz diff --git a/ap/opensc/opensc-0.15.0.tar.gz.sha1 b/ap/opensc/opensc-0.15.0.tar.gz.sha1 new file mode 100644 index 00000000..8d61942d --- /dev/null +++ b/ap/opensc/opensc-0.15.0.tar.gz.sha1 @@ -0,0 +1 @@ +5bacb5814337af32ee85d49f420acc69ac961106 opensc-0.15.0.tar.gz diff --git a/ap/opensc/opensc.SlackBuild b/ap/opensc/opensc.SlackBuild index 3196be7b..f6305e0b 100755 --- a/ap/opensc/opensc.SlackBuild +++ b/ap/opensc/opensc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2013 Damien Goutte-Gattat +# Copyright (C) 2013,2015 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -29,13 +29,13 @@ # Source package infos NAMESRC=${NAMESRC:-opensc} -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-0.15.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://downloads.sourceforge.net/opensc/$ARCHIVE} # Build infos NAMEPKG=${NAMEPKG:-opensc} -BUILD=${BUILD:-2GGD} +BUILD=${BUILD:-1GGD} ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} JOBS=${JOBS:-1} EXT=${EXT:-txz} @@ -109,7 +109,7 @@ mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new # Install the documentation mkdir -p $PKG/usr/doc/$NAME -install -m 644 COPYING ChangeLog NEWS $PKG/usr/doc/$NAME +install -m 644 COPYING ChangeLog $PKG/usr/doc/$NAME # Copy slack-desc and doinst.sh files install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc