From f24b1a359ae5563a2da7c176dcee4d997f112882 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 31 Dec 2017 01:07:37 +0000 Subject: rsnapshot: updated to 1.4.2 --- rsnapshot/build/rsnapshot.SlackBuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'rsnapshot/build/rsnapshot.SlackBuild') 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 # * Updated for Slackware 13.x +# 1.4.2-1: 31/12y/2017 by Eric Hameleers +# * 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= \ -- cgit v1.2.3-80-g2a13