From a38f374d82d97f8ec0c04beba4ad1e0636117737 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 20 Feb 2011 19:55:34 -0600 Subject: graphics/dcraw: Updated for versoin 9.06. Signed-off-by: Robby Workman --- graphics/dcraw/dcraw.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics/dcraw/dcraw.SlackBuild') 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 # Copyright (c) 2007, Robby Workman # 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 -- cgit v1.2.3