wok-next rev 20010

Up rsnapshot (1.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:08:51 2017 +0200 (2017-10-21)
parents 639a8f8142dd
children ad66e45413b0
files rsnapshot/receipt
line diff
     1.1 --- a/rsnapshot/receipt	Sat Oct 21 17:44:01 2017 +0200
     1.2 +++ b/rsnapshot/receipt	Sat Oct 21 18:08:51 2017 +0200
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rsnapshot"
     1.7 -VERSION="1.3.1"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="A remote filesystem snapshot utility"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.rsnapshot.org"
    1.15 -WGET_URL="$WEB_SITE/downloads/$TARBALL"
    1.16 +WGET_URL="https://github.com/rsnapshot/rsnapshot/archive/$VERSION.tar.gz"
    1.17  CONFIG_FILES="/etc/rsnapshot.conf"
    1.18  
    1.19  DEPENDS="perl rsync"
    1.20 -BUILD_DEPENDS="perl rsync"
    1.21 +BUILD_DEPENDS="perl rsync autoconf automake libtool"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 +	./autogen.sh
    1.28  	./configure \
    1.29  		--prefix=/usr \
    1.30  		--infodir=/usr/share/info \
    1.31 @@ -34,4 +34,3 @@
    1.32  	cp -a $install/usr/bin $fs/usr
    1.33  	cp -a $install/etc/rsnapshot.conf.default $fs/etc/rsnapshot.conf
    1.34  }
    1.35 -