summaryrefslogtreecommitdiff
path: root/graphics/dcraw/dcraw.SlackBuild
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2010-05-11 22:23:12 +0200
committerErik Hanson <erik@slackbuilds.org>2010-05-11 22:23:12 +0200
commitb3865c16d62809421d255eb53e3915312eea8b67 (patch)
tree83fe731d6019e3d83773c47f6bc5aba52512f4eb /graphics/dcraw/dcraw.SlackBuild
parent272182d72d65e45dab69ea11e385fc63061d35cc (diff)
downloadslackbuilds-b3865c16d62809421d255eb53e3915312eea8b67.tar.gz
graphics/dcraw: Updated for version 8.87
Diffstat (limited to 'graphics/dcraw/dcraw.SlackBuild')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild
index 72507d2f3e..afa4a8e326 100644
--- a/graphics/dcraw/dcraw.SlackBuild
+++ b/graphics/dcraw/dcraw.SlackBuild
@@ -7,10 +7,10 @@
# Copyright (c) 2007, Robby Workman <rworkman@slackbuilds.org>
# All rights reserved.
#
-# Redistribution and use of this script, with or without modification, is
+# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
-# 1. Redistributions of script must retain the above copyright notice,
+# 1. Redistributions of script must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
@@ -31,7 +31,7 @@
### ./dcraw.SlackBuild rawphoto
PRGNAM=dcraw
-VERSION=8.80
+VERSION=8.87
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ 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 ; do
- install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1
+ 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 #
install -d -m 0755 $PKG/usr/share/locale/$lang/LC_MESSAGES