diff options
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/jhead.SlackBuild | 24 | ||||
-rw-r--r-- | graphics/jhead/jhead.info | 6 |
2 files changed, 24 insertions, 6 deletions
diff --git a/graphics/jhead/jhead.SlackBuild b/graphics/jhead/jhead.SlackBuild index d2460d1d29..b91203836d 100644 --- a/graphics/jhead/jhead.SlackBuild +++ b/graphics/jhead/jhead.SlackBuild @@ -1,11 +1,29 @@ #!/bin/sh # Slackware build script for jhead -# Written by David Spencer <baildon.research@googlemail.com> -# This script is dedicated to the public domain + +# Copyright 2011 David Spencer, Baildon, West Yorkshire, U.K. +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jhead -VERSION=${VERSION:-2.90} +VERSION=${VERSION:-2.93} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/jhead/jhead.info b/graphics/jhead/jhead.info index fe007d9449..26b876375d 100644 --- a/graphics/jhead/jhead.info +++ b/graphics/jhead/jhead.info @@ -1,8 +1,8 @@ PRGNAM="jhead" -VERSION="2.90" +VERSION="2.93" HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" -DOWNLOAD="http://www.sentex.net/~mwandel/jhead/jhead-2.90.tar.gz" -MD5SUM="661effa9420bb92cb99ced697c5a177f" +DOWNLOAD="http://www.sentex.net/~mwandel/jhead/jhead-2.93.tar.gz" +MD5SUM="23ac51b4aea2df663d684744e282eb7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Spencer" |