wok diff rsnapshot/receipt @ rev 21952

updated squashfs (4.3 -> 4.4)
author Hans-G?nter Theisgen
date Wed Oct 09 15:50:26 2019 +0100 (2019-10-09)
parents 97aacc6e3c16
children 290e737cb4f9
line diff
     1.1 --- a/rsnapshot/receipt	Sun Sep 15 15:06:22 2019 +0100
     1.2 +++ b/rsnapshot/receipt	Wed Oct 09 15:50:26 2019 +0100
     1.3 @@ -12,13 +12,14 @@
     1.4  WGET_URL="${WEB_SITE}downloads/$TARBALL"
     1.5  
     1.6  DEPENDS="perl rsync"
     1.7 -BUILD_DEPENDS="perl rsync"
     1.8 +BUILD_DEPENDS="automake perl rsync"
     1.9  
    1.10  CONFIG_FILES="/etc/rsnapshot.conf"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 +	./autogen.sh &&
    1.16  	./configure				\
    1.17  		--prefix=/usr			\
    1.18  		--infodir=/usr/share/info	\