graphics/dcraw: Updated for version 9.04.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
062a5d140d
commit
aa9da5091e
|
@ -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
|
||||
|
@ -30,7 +30,7 @@
|
|||
# RAWPHOTO=yes ./dcraw.SlackBuild
|
||||
|
||||
PRGNAM=dcraw
|
||||
VERSION=9.03
|
||||
VERSION=${VERSION:-9.04}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,7 +92,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 pl hu cs ca sv ; 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dcraw"
|
||||
VERSION="9.03"
|
||||
VERSION="9.04"
|
||||
HOMEPAGE="http://cybercom.net/~dcoffin/dcraw/"
|
||||
DOWNLOAD="http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.03.tar.gz"
|
||||
MD5SUM="06e3a853ac17a6d8124d11d53cfb4f7a"
|
||||
DOWNLOAD="http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.04.tar.gz"
|
||||
MD5SUM="b7052ef5ffe912730ad0ebe4db26e70e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
|
|
Loading…
Reference in New Issue