X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsamba;h=1c91528265a60bd204d8f204da64100ba616e69d;hb=246c0d7155802f33c6752fbb7225eb955428a198;hp=4297af54017dde24a211eba5aeb31c1760895e87;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/samba b/lfs/samba index 4297af5401..1c91528265 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 3.0.25c +VER = 3.0.30 THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,11 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 1 +PAK_VER = 7 -DESCDE = "Samba ist ein Windows-File- und Printserver." -DESCEN = "Samba is a file- and printserver for Windows." -DEPS = "cups openldap cyrus-sasl" +DEPS = "cups cyrus-sasl" ############################################################################### # Top-level Rules @@ -46,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 87950694270b86cbc1b2074cb53dd1aa +$(DL_FILE)_MD5 = d647ec1f34414fa8691f74536dcccfb5 install : $(TARGET) @@ -109,5 +107,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -vfp /var/ipfire/samba/default.printer /var/ipfire/samba/printer cat /var/ipfire/samba/global /var/ipfire/samba/shares > /var/ipfire/samba/smb.conf -mkdir -p /var/log/samba + install -v -m 644 $(DIR_SRC)/config/backup/includes/samba /var/ipfire/backup/addons/includes/samba @rm -rf $(DIR_APP) @$(POSTBUILD)