summaryrefslogtreecommitdiffstats
path: root/rsnapshot
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-31 01:07:37 +0000
committer Eric Hameleers <alien@slackware.com>2017-12-31 01:07:37 +0000
commitf24b1a359ae5563a2da7c176dcee4d997f112882 (patch)
tree1a34bac74c6024259b01449053aa701d9b6f61bd /rsnapshot
parent62a07a30321c7ab243c92dd917f9f94b41d87f58 (diff)
downloadasb-f24b1a359ae5563a2da7c176dcee4d997f112882.tar.gz
asb-f24b1a359ae5563a2da7c176dcee4d997f112882.tar.xz
rsnapshot: updated to 1.4.2
Diffstat (limited to 'rsnapshot')
-rwxr-xr-xrsnapshot/build/rsnapshot.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/rsnapshot/build/rsnapshot.SlackBuild b/rsnapshot/build/rsnapshot.SlackBuild
index 138f839e..6afac6ac 100755
--- a/rsnapshot/build/rsnapshot.SlackBuild
+++ b/rsnapshot/build/rsnapshot.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2006, 2011 Eric Hameleers, Eindhoven, NL
+# Copyright 2006, 2011, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 1.3.1-1: 09/May/2011 by Eric Hameleers <alien@slackware.com>
# * Updated for Slackware 13.x
+# 1.4.2-1: 31/12y/2017 by Eric Hameleers <alien@slackware.com>
+# * Updated for Slackware 14.2
#
# Run 'sh rsnapshot.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=rsnapshot
-VERSION=${VERSION:-1.3.1}
+VERSION=${VERSION:-1.4.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -59,11 +61,9 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# Input URL: http://rsnapshot.org/downloads/rsnapshot-1.3.1.tar.gz
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
SRCURL="http://rsnapshot.org/downloads/${PRGNAM}-${VERSION}.tar.gz"
-
##
## --- with a little luck, you won't have to edit below this point --- ##
##
@@ -169,7 +169,6 @@ CFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
--localstatedir=/var \
--sysconfdir=/etc \
--program-prefix= \