system/ddrescure: Updated for version 1.13.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-10-15 23:56:56 -05:00 committed by Robby Workman
parent b0a573d38c
commit 062a5d140d
2 changed files with 6 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for ddrescue # Slackware build script for ddrescue
# Copyright 2007-2009 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved. # 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
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ddrescue PRGNAM=ddrescue
VERSION=1.12 VERSION=1.13
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View File

@ -1,10 +1,10 @@
PRGNAM="ddrescue" PRGNAM="ddrescue"
VERSION="1.12" VERSION="1.13"
HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
DOWNLOAD="http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.12.tar.gz" DOWNLOAD="http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.13.tar.gz"
MD5SUM="b3d8a9a9098b87939fba05a45848bd8d" MD5SUM="0afc4130882a993772385629d1c0a32e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger" MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at" EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson" APPROVED="rworkman"