summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2011-03-09 17:21:12 +0100
committer Robby Workman2011-03-10 06:15:50 +0100
commitd07dc7b444b669dc1993ec56d810c96f616cda56 (patch)
treee3d6d257f17d1b7d8c50c90090086b6ef9bccb18 /system
parent1f73333a839f190527ed07fda3817f794b4dedef (diff)
downloadslackbuilds-d07dc7b444b669dc1993ec56d810c96f616cda56.tar.gz
system/ddrescue: Removed. This is part of Slackware 13.37.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/ddrescue/README3
-rw-r--r--system/ddrescue/ddrescue.SlackBuild99
-rw-r--r--system/ddrescue/ddrescue.info10
-rw-r--r--system/ddrescue/slack-desc19
4 files changed, 0 insertions, 131 deletions
diff --git a/system/ddrescue/README b/system/ddrescue/README
deleted file mode 100644
index c64f01c100..0000000000
--- a/system/ddrescue/README
+++ /dev/null
@@ -1,3 +0,0 @@
-GNU ddrescue is a data recovery tool. It copies data from one file or
-block device (hard disk, cdrom, etcetera) to another, trying to rescue
-data in case of read errors.
diff --git a/system/ddrescue/ddrescue.SlackBuild b/system/ddrescue/ddrescue.SlackBuild
deleted file mode 100644
index 7ef27cb866..0000000000
--- a/system/ddrescue/ddrescue.SlackBuild
+++ /dev/null
@@ -1,99 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for ddrescue
-
-# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands
-# 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=ddrescue
-VERSION=1.13
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
- --build=$ARCH-slackware-linux \
- CFLAGS="-Wall -W $SLKCFLAGS" \
- CXXFLAGS="-Wall -W $SLKCFLAGS"
-
-make
-make install-strip DESTDIR=$PKG
-
-rm -f $PKG/usr/info/dir
-gzip -9 $PKG/usr/info/*
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/ddrescue/ddrescue.info b/system/ddrescue/ddrescue.info
deleted file mode 100644
index e37aef8133..0000000000
--- a/system/ddrescue/ddrescue.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="ddrescue"
-VERSION="1.13"
-HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
-DOWNLOAD="http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.13.tar.gz"
-MD5SUM="0afc4130882a993772385629d1c0a32e"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Heinz Wiesinger"
-EMAIL="pprkut@liwjatan.at"
-APPROVED="rworkman"
diff --git a/system/ddrescue/slack-desc b/system/ddrescue/slack-desc
deleted file mode 100644
index 42760a8d57..0000000000
--- a/system/ddrescue/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler-------------------------------------------------------|
-ddrescue: ddrescue (data recovery tool)
-ddrescue:
-ddrescue: GNU ddrescue is a data recovery tool. It copies data from one
-ddrescue: file or block device (hard disk, cdrom, etcetera) to another,
-ddrescue: trying to rescue data in case of read errors.
-ddrescue:
-ddrescue: Homepage: http://www.gnu.org/software/ddrescue/ddrescue.html
-ddrescue:
-ddrescue:
-ddrescue:
-ddrescue: