bacula: Added bacula::web class for deploying bacula web interface.
This commit is contained in:
parent
85522baabd
commit
dde1b7de0f
3 changed files with 148 additions and 1 deletions
17
bacula/Makefile
Normal file
17
bacula/Makefile
Normal 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)"' > $@
|
Loading…
Add table
Add a link
Reference in a new issue