diff options
Diffstat (limited to 'graphics/dcraw/dcraw.SlackBuild')
-rw-r--r-- | graphics/dcraw/dcraw.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index 0d27ee0021..21fc7b4210 100644 --- a/graphics/dcraw/dcraw.SlackBuild +++ b/graphics/dcraw/dcraw.SlackBuild @@ -1,10 +1,9 @@ #!/bin/sh # Slackware Package Build Script for dcraw - # Home Page http://cybercom.net/~dcoffin/dcraw -# Copyright (c) 2008-2009, Nishant Limbachia, Hoffman Est, IL, USA (nishant@mnspace.net) +# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # Copyright (c) 2007, Robby Workman <rworkman@slackbuilds.org> # All rights reserved. # @@ -32,7 +31,7 @@ ### ./dcraw.SlackBuild rawphoto PRGNAM=dcraw -VERSION=8.98 +VERSION=8.99 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} @@ -81,7 +80,7 @@ install -D -m 0755 dcraw $PKG/usr/bin/dcraw strip --strip-unneeded $PKG/usr/bin/dcraw install -D -m 0644 dcraw.1 $PKG/usr/man/man1/dcraw.1 -for lang in eo ru fr it de pt es zh_TW zh_CN nl pl hu cs ca sv ; do +for lang in eo ru fr it de pt es zh_TW zh_CN pl hu cs ca sv ; do install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1 install -m 0644 dcraw_$lang.1 $PKG/usr/man/$lang.UTF-8/man1/dcraw.1 || true # Missing man page, hence the || true above # |