diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2013-03-13 05:05:20 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:46 -0400 |
commit | 7b0e47a25d18fec5c296cf266f84dcefacd879df (patch) | |
tree | cd17cb608476f2b4f0f21fb400b506f3896ae27d /office/gocr/gocr.SlackBuild | |
parent | 5e9c527c759ad9afcee7597900c8e0ea91e7999d (diff) | |
download | slackbuilds-7b0e47a25d18fec5c296cf266f84dcefacd879df.tar.gz |
office/gocr: Updated for version 0.50.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/gocr/gocr.SlackBuild')
-rw-r--r-- | office/gocr/gocr.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/office/gocr/gocr.SlackBuild b/office/gocr/gocr.SlackBuild index e29da2f1e9..90a003f478 100644 --- a/office/gocr/gocr.SlackBuild +++ b/office/gocr/gocr.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for GOCR # Home Page http://jocr.sourceforge.net/index.html -# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. # @@ -25,17 +25,15 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=gocr -VERSION=${VERSION:-0.49} +PRGNAM="gocr" +VERSION=${VERSION:-0.50} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |