summaryrefslogtreecommitdiffstats
path: root/office/gocr/gocr.SlackBuild
diff options
context:
space:
mode:
author Nishant Limbachia2013-03-13 10:05:20 +0100
committer dsomero2013-03-22 12:16:46 +0100
commit7b0e47a25d18fec5c296cf266f84dcefacd879df (patch)
treecd17cb608476f2b4f0f21fb400b506f3896ae27d /office/gocr/gocr.SlackBuild
parent5e9c527c759ad9afcee7597900c8e0ea91e7999d (diff)
downloadslackbuilds-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.SlackBuild8
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