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 | |
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')
-rw-r--r-- | office/gocr/gocr.SlackBuild | 8 | ||||
-rw-r--r-- | office/gocr/gocr.info | 6 | ||||
-rw-r--r-- | office/gocr/slack-desc | 10 |
3 files changed, 11 insertions, 13 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 diff --git a/office/gocr/gocr.info b/office/gocr/gocr.info index 5803342353..81638a2a8c 100644 --- a/office/gocr/gocr.info +++ b/office/gocr/gocr.info @@ -1,8 +1,8 @@ PRGNAM="gocr" -VERSION="0.49" +VERSION="0.50" HOMEPAGE="http://jocr.sourceforge.net/index.html" -DOWNLOAD="http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.49.tar.gz" -MD5SUM="4e527bc4bdd97c2be15fdd818857507f" +DOWNLOAD="http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.50.tar.gz" +MD5SUM="553ea40c2b3a1a0b03a30675d0e0aba1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/office/gocr/slack-desc b/office/gocr/slack-desc index 9c6b840769..1759c95f97 100644 --- a/office/gocr/slack-desc +++ b/office/gocr/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| gocr: gocr (open source character recognition) |