summaryrefslogtreecommitdiffstats
path: root/system/dump
diff options
context:
space:
mode:
author Donald Cooley <chytraeu@sdf.org>2017-03-19 11:14:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-19 11:14:50 +0700
commitd49fc1e945492b074de980060057c48d5c2115de (patch)
treecfe97ad9c5f0c6963fd4cff495cdc54ae7dfeaf5 /system/dump
parent61e5a6737db26a57e2a5a7a97a6a7a9590ef5d7e (diff)
downloadslackbuilds-d49fc1e945492b074de980060057c48d5c2115de.tar.gz
slackbuilds-d49fc1e945492b074de980060057c48d5c2115de.tar.xz
system/dump: Updated for version 0.4b46 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dump')
-rw-r--r--system/dump/README25
-rw-r--r--system/dump/dump.SlackBuild18
-rw-r--r--system/dump/dump.info12
3 files changed, 26 insertions, 29 deletions
diff --git a/system/dump/README b/system/dump/README
index 88a451adb1..cfe5c863aa 100644
--- a/system/dump/README
+++ b/system/dump/README
@@ -1,15 +1,15 @@
-DUMP (dump and restore backup commands)
+Dump examines files in a filesystem, determines which ones need to
+be backed up, and copies those files to a specified disk, tape or
+other storage medium. Subsequent incremental backups can then be
+layered on top of the full backup.
-Dump examines files in a filesystem, determines which ones need to be backed
-up, and copies those files to a specified disk, tape or other storage medium.
-Subsequent incremental backups can then be layered on top of the full backup.
+The restore command performs the inverse function of dump; it can
+restore a full backup of a filesystem. Single files and directory
+subtrees may also be restored from full or partial backups in
+interactive mode.
-The restore command performs the inverse function of dump; it can restore a
-full backup of a filesystem. Single files and directory subtrees may also be
-restored from full or partial backups in interactive mode.
-
-You might want to read this post by Linus:
+You might want to read this post by Linus:
http://lwn.net/2001/0503/a/lt-dump.php3
and the counter-argument on:
http://dump.sourceforge.net/isdumpdeprecated.html
@@ -19,6 +19,7 @@ excludes it.
This SlackBuild disables the SELinux functionality and dependency.
-Note that Slackware comes with another "restore" command: /usr/sbin/restore
-The package built by this SlackBuild however will install: /sbin/restore
-Thus you might need to call the dump package restore by its full path.
+Note that Slackware comes with another "restore" command:
+/usr/sbin/restore The package built by this SlackBuild however will
+install: /sbin/restore Thus you might need to call the dump package
+restore by its full path.
diff --git a/system/dump/dump.SlackBuild b/system/dump/dump.SlackBuild
index 9108aef3db..af8e64ec2a 100644
--- a/system/dump/dump.SlackBuild
+++ b/system/dump/dump.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for dump
-
+# Copyright 2017 Donald Cooley, South Haven, Indiana USA
# Copyright 2012 Chris Abela, Malta
# Copyright 2014 Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org
# All rights reserved.
@@ -24,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dump
-VERSION=${VERSION:-0.4b44}
+VERSION=${VERSION:-0.4b46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -80,12 +80,8 @@ EXT2FS_LIBS="-lext2fs -lcom_err" \
--localstatedir=/var \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=$PKG/usr/man \
- --with-binowner=root \
- --with-bingrp=root \
- --with-manowner=root \
- --with-mangrp=root \
--enable-rmt=no \
- --enable-transselinux=no
+ --enable-selinux=no
make
make prefix=$PKG install # According to fhs-2.3, dump goes in /sbin
@@ -98,7 +94,7 @@ for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGES COPYRIGHT INSTALL *BUGS MAINTAINERS README THANKS TODO examples \
+ AUTHORS COPYING INSTALL *BUGS MAINTAINERS NEWS README TODO ChangeLog examples \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/dump/dump.info b/system/dump/dump.info
index 56f0074a7f..18f8d44904 100644
--- a/system/dump/dump.info
+++ b/system/dump/dump.info
@@ -1,10 +1,10 @@
PRGNAM="dump"
-VERSION="0.4b44"
+VERSION="0.4b46"
HOMEPAGE="http://dump.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/dump/dump-0.4b44.tar.gz"
-MD5SUM="daec97b1ad905c904eba926221f4be6d"
+DOWNLOAD="http://sourceforge.net/projects/dump/files/dump/0.4b46/dump-0.4b46.tar.gz"
+MD5SUM="4c463f797e7e8a1112fabf5cbf8e1855"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+REQUIRES="%README%"
+MAINTAINER="Donald Cooley"
+EMAIL="chytraeu@sdf.org"