wok diff rsnapshot/receipt @ rev 22868

updated gnutls and gnutls-dev again (3.3.16 -> 3.6.12)
author Hans-G?nter Theisgen
date Fri Feb 21 15:22:35 2020 +0100 (2020-02-21)
parents 97aacc6e3c16
children 290e737cb4f9
line diff
     1.1 --- a/rsnapshot/receipt	Sun Sep 15 15:06:22 2019 +0100
     1.2 +++ b/rsnapshot/receipt	Fri Feb 21 15:22:35 2020 +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	\