include Config
-VER = 4.22.0
+VER = 4.22.2
SUMMARY = A SMB/CIFS File, Print, and Authentication Server
THISAPP = samba-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
-PAK_VER = 112
+PAK_VER = 113
DEPS = avahi libtalloc perl-Parse-Yapp wsdd
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 27997ad025cbdc246c906bb05bf1c67749decc8e760c68cd4837b5121295613824b11f0eea91de6e7cb551ccc5193d189d5742dc7096305565ca8794baa7b585
+$(DL_FILE)_BLAKE2 = 33c173a855f2a573e93891345727a48d13ac042d35fc2d568472a52dcd06b365d986a947271d21fa6dfb73588068958daab0751b95b54fdf7b15421fdbdfc78c
install : $(TARGET)
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure \
- --prefix=/usr \
- --libdir=/usr/lib/ \
- --sysconfdir=/var/ipfire \
- --localstatedir=/var \
- --without-ad-dc \
- --with-cachedir=/var/lib/samba \
- --with-lockdir=/var/lib/samba \
- --with-piddir=/var/run \
- --with-ads \
- --with-acl-support \
- --with-sendfile-support \
- --with-winbind \
- --enable-avahi \
- --disable-cups \
- --enable-fhs \
- --with-syslog \
- --without-smb1-server
+ --prefix=/usr \
+ --libdir=/usr/lib/ \
+ --sysconfdir=/var/ipfire \
+ --localstatedir=/var \
+ --without-ad-dc \
+ --with-cachedir=/var/lib/samba \
+ --with-lockdir=/var/lib/samba \
+ --with-piddir=/var/run \
+ --with-ads \
+ --with-acl-support \
+ --with-sendfile-support \
+ --with-winbind \
+ --enable-avahi \
+ --disable-cups \
+ --enable-fhs \
+ --with-syslog \
+ --without-smb1-server
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install