mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 09:52:58 +02:00
bacula: new package
This commit is contained in:
@@ -14,21 +14,24 @@ etc/bacula/bacula-fd.conf
|
||||
#etc/bacula/dvd-handler
|
||||
#etc/bacula/mtx-changer
|
||||
#etc/bacula/mtx-changer.conf
|
||||
sbin/bacula
|
||||
etc/rc.d/init.d/bacula
|
||||
#opt/bacula
|
||||
opt/bacula/working
|
||||
#root/.rnd
|
||||
sbin/bacula-fd
|
||||
#sbin/bconsole
|
||||
#sbin/btraceback
|
||||
usr/lib/bpipe-fd.so
|
||||
usr/lib/libbac-5.2.6.so
|
||||
usr/lib/libbac-5.2.13.so
|
||||
usr/lib/libbac.la
|
||||
usr/lib/libbac.so
|
||||
usr/lib/libbaccfg-5.2.6.so
|
||||
usr/lib/libbaccfg-5.2.13.so
|
||||
usr/lib/libbaccfg.la
|
||||
usr/lib/libbaccfg.so
|
||||
usr/lib/libbacfind-5.2.6.so
|
||||
usr/lib/libbacfind-5.2.13.so
|
||||
usr/lib/libbacfind.la
|
||||
usr/lib/libbacfind.so
|
||||
usr/lib/libbacpy-5.2.6.so
|
||||
usr/lib/libbacpy-5.2.13.so
|
||||
usr/lib/libbacpy.la
|
||||
usr/lib/libbacpy.so
|
||||
#usr/share/doc/bacula
|
||||
@@ -57,5 +60,3 @@ usr/lib/libbacpy.so
|
||||
#usr/share/man/man8/btraceback.8.gz
|
||||
#usr/share/man/man8/bwild.8.gz
|
||||
#usr/share/man/man8/dbcheck.8.gz
|
||||
var/bacula
|
||||
var/bacula/working
|
||||
|
||||
@@ -24,15 +24,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 5.2.6
|
||||
VER = 5.2.13
|
||||
|
||||
THISAPP = bacula-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = http://downloads.sourceforge.net/project/bacula/bacula/$(VER)/
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = bacula
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 914483b92539598678542bd2ddb28043
|
||||
$(DL_FILE)_MD5 = 43417bae0c221afb1f30a581c9e0f2fe
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user