diff options
author | David Spencer <baildon.research@googlemail.com> | 2010-07-02 03:22:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:45:57 -0500 |
commit | 2e0f6beb06b9a1f6e1b40a1a39d0f55197709e4f (patch) | |
tree | 7dbce9061df3cf2ecf9d9849fc28a6e4e7f201b6 /libraries/exiftool/exiftool.SlackBuild | |
parent | 44501af5fd7ee1f1424e6f9a3d1e0d414f50469e (diff) |
libraries/exiftool: Updated for version 8.15.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/exiftool/exiftool.SlackBuild')
-rw-r--r-- | libraries/exiftool/exiftool.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/exiftool/exiftool.SlackBuild b/libraries/exiftool/exiftool.SlackBuild index 06d93afadd2f..f3de08f7ccbf 100644 --- a/libraries/exiftool/exiftool.SlackBuild +++ b/libraries/exiftool/exiftool.SlackBuild @@ -1,20 +1,18 @@ #!/bin/sh # Slackware build script for Exiftool -# Written by David Spencer <nobbutl@yahoo.co.uk> +# Written by David Spencer <baildon.research@googlemail.com> # This script is dedicated to the public domain PRGNAM=exiftool -VERSION=8.00 +VERSION=8.15 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 |