wok-6.x diff rsnapshot/receipt @ rev 22443
vlc: add hicolor-icon-theme -> post-install misses index.theme
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:29:27 2019 +0000 (2019-12-23) |
parents | 97aacc6e3c16 |
children | 290e737cb4f9 |
line diff
1.1 --- a/rsnapshot/receipt Sun Sep 15 15:06:22 2019 +0100 1.2 +++ b/rsnapshot/receipt Mon Dec 23 15:29:27 2019 +0000 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 \