summaryrefslogtreecommitdiff
path: root/graphics/dcraw/dcraw.SlackBuild
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2011-02-20 19:55:34 -0600
committerRobby Workman <rworkman@slackbuilds.org>2011-02-28 09:42:05 -0600
commita38f374d82d97f8ec0c04beba4ad1e0636117737 (patch)
treef8481e495b2caa7376f1a8eefea7e7ed1c0019a5 /graphics/dcraw/dcraw.SlackBuild
parent49562015d866932c16d49d1a25603728306f3e4f (diff)
downloadslackbuilds-a38f374d82d97f8ec0c04beba4ad1e0636117737.tar.gz
graphics/dcraw: Updated for versoin 9.06.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/dcraw/dcraw.SlackBuild')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild
index 32bbd6d576..61cf60de86 100644
--- a/graphics/dcraw/dcraw.SlackBuild
+++ b/graphics/dcraw/dcraw.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for dcraw
# Home Page http://cybercom.net/~dcoffin/dcraw
-# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
+# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA <nishant _AT_ mnspace _DOT_ net>
# Copyright (c) 2007, Robby Workman <rworkman@slackbuilds.org>
# All rights reserved.
@@ -30,14 +30,16 @@
# RAWPHOTO=yes ./dcraw.SlackBuild
PRGNAM=dcraw
-VERSION=${VERSION:-9.04}
+VERSION=${VERSION:-9.06}
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