wok-current rev 21849
updated rsnapshot again (1.3.1 -> 1.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 15 15:16:26 2019 +0100 (2019-09-15) |
parents | 97aacc6e3c16 |
children | 67a84b3df573 |
files | rsnapshot/receipt |
line diff
1.1 --- a/rsnapshot/receipt Sun Sep 15 15:06:22 2019 +0100 1.2 +++ b/rsnapshot/receipt Sun Sep 15 15:16: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 \