bacula: Added bacula::web class for deploying bacula web interface.

This commit is contained in:
Timo Mkinen 2013-05-10 19:20:47 +03:00
parent 85522baabd
commit dde1b7de0f
3 changed files with 148 additions and 1 deletions

17
bacula/Makefile Normal file
View file

@ -0,0 +1,17 @@
include $(CURDIR)/../Makefile.inc
VERSION = 5.2.13-1
BASEURL = http://www.bacula-web.org/tl_files/downloads/
PACKAGE = bacula-web-$(VERSION).tar.gz
all: manifest $(PACKAGES)/$(PACKAGE)
manifest: $(MANIFESTS)/bacula.pp
$(PACKAGES)/$(PACKAGE):
@umask 022 ; echo $@ ; \
curl -o $@ $(BASEURL)/$(PACKAGE)
$(MANIFESTS)/bacula.pp:
@umask 022 ; echo $@ ; \
echo '$$bacula_package_latest = "$(PACKAGE)"' > $@