Merge pull request #19372 from cotequeiroz/libgd
[feed/packages.git] / net / samba4 / Makefile
1 # Based partially on (wongsyrone/hbl0307106015) versions
2 include $(TOPDIR)/rules.mk
3
4 PKG_NAME:=samba
5 PKG_VERSION:=4.14.14
6 PKG_RELEASE:=$(AUTORELEASE)
7
8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
9 PKG_SOURCE_URL:= \
10 https://ftp.gwdg.de/pub/samba/stable/ \
11 https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \
12 https://ftp.riken.jp/net/samba/samba/stable/ \
13 http://www.nic.funet.fi/index/samba/pub/samba/stable/ \
14 http://samba.mirror.bit.nl/samba/ftp/stable/ \
15 https://download.samba.org/pub/samba/stable/
16 PKG_HASH:=abd5e9e6aa45e55114b188ba189ebdfc8fd3d7718d43f749e477ce7f791e5519
17
18 PKG_LICENSE:=GPL-3.0-only
19 PKG_LICENSE_FILES:=COPYING
20 PKG_CPE_ID:=cpe:/a:samba:samba
21
22 # samba4=(asn1_compile,compile_et) rpcsvc-proto=(rpcgen)
23 HOST_BUILD_DEPENDS:=python3/host rpcsvc-proto/host perl/host perl-parse-yapp/host
24 PKG_BUILD_DEPENDS:=samba4/host libtasn1/host
25
26 PKG_CONFIG_DEPENDS:= \
27 CONFIG_SAMBA4_SERVER_NETBIOS \
28 CONFIG_SAMBA4_SERVER_AVAHI \
29 CONFIG_SAMBA4_SERVER_VFS \
30 CONFIG_SAMBA4_SERVER_VFSX \
31 CONFIG_SAMBA4_SERVER_AD_DC \
32 CONFIG_PACKAGE_kmod-fs-btrfs \
33 CONFIG_PACKAGE_kmod-fs-xfs \
34 CONFIG_KERNEL_IO_URING
35
36 PYTHON3_PKG_BUILD:=0
37
38 include $(INCLUDE_DIR)/package.mk
39 include $(INCLUDE_DIR)/host-build.mk
40 include $(INCLUDE_DIR)/kernel.mk
41 include $(INCLUDE_DIR)/version.mk
42 include ../../lang/python/python3-host.mk
43 include ../../lang/python/python3-package.mk
44 include ../../lang/perl/perlver.mk
45
46 define Package/samba4/Default
47 SECTION:=net
48 CATEGORY:=Network
49 TITLE:=Samba $(PKG_VERSION)
50 URL:=https://www.samba.org/
51 endef
52
53 define Package/samba4/Default/description
54 The Samba software suite is a collection of programs that implements the
55 SMB/CIFS protocol for UNIX systems, allowing you to serve files and printers.
56
57 Samba 4 implements up-to protocol version SMB v3.1.1 (Win10), supports mDNS via AVAHI and a AD-DC setup via krb5.
58 NOTE: No cluster and printer support.
59 endef
60
61 define Package/samba4-libs
62 $(call Package/samba4/Default)
63 TITLE+= libs
64 DEPENDS:= +libtirpc +libreadline +libpopt +libcap +zlib +libgnutls +libtasn1 +libuuid +libopenssl +libpthread +KERNEL_IO_URING:liburing \
65 +PACKAGE_libpam:libpam \
66 +SAMBA4_SERVER_VFS:attr \
67 +SAMBA4_SERVER_AVAHI:libavahi-client \
68 +SAMBA4_SERVER_AD_DC:python3-cryptodome +SAMBA4_SERVER_AD_DC:python3-markdown +SAMBA4_SERVER_AD_DC:python3-dns +SAMBA4_SERVER_AD_DC:libopenldap +SAMBA4_SERVER_AD_DC:jansson +SAMBA4_SERVER_AD_DC:libarchive +SAMBA4_SERVER_AD_DC:acl +SAMBA4_SERVER_AD_DC:attr
69 endef
70
71 define Package/samba4-server
72 $(call Package/samba4/Default)
73 TITLE+= server
74 DEPENDS:= +samba4-libs
75 CONFLICTS:=samba36-server
76 endef
77
78 define Package/samba4-server/description
79 installs: smbd (nmbd) smbpasswd pdbedit testparm (nmblookup) (smbcacls sharesec)
80 (samba samba-tool ntlm_auth samba-gpupdate samba_dnsupdate samba_kcc samba_spnupdate samba_upgradedns samba_downgrade_db)
81
82 This provides the basic fileserver service and is the minimum needed to serve file shares.
83 HINT: https://fitzcarraldoblog.wordpress.com/2016/10/17/a-correct-method-of-configuring-samba-for-browsing-smb-shares-in-a-home-network/
84 endef
85
86 define Package/samba4-server/config
87 source "$(SOURCE)/Config.in"
88 endef
89
90 define Package/samba4-client
91 $(call Package/samba4/Default)
92 TITLE+= client
93 DEPENDS:= +samba4-libs
94 endef
95
96 define Package/samba4-client/description
97 installs: cifsdd smbclient smbget
98
99 The smbclient program implements a simple ftp-like client for accessing SMB shares
100 endef
101
102 define Package/samba4-admin
103 $(call Package/samba4/Default)
104 TITLE+= admin tools
105 DEPENDS:= +samba4-libs
106 endef
107
108 define Package/samba4-admin/description
109 installs: net smbcontrol profiles rpcclient dbwrap_tool eventlogadm
110 ldbadd ldbdel ldbedit ldbmodify ldbrename ldbsearch
111 tdbbackup tdbdump tdbrestore tdbtool
112
113 Administration tools collection
114 endef
115
116 define Package/samba4-utils
117 $(call Package/samba4/Default)
118 TITLE+= utils
119 DEPENDS:= +samba4-libs
120 endef
121
122 define Package/samba4-utils/description
123 installs: smbstatus smbtree mvxattr smbtar smbcquotas
124
125 Utilities collection
126 endef
127
128 TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
129 TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
130 # dont mess with sambas private rpath!
131 RSTRIP:=:
132
133 CONFIGURE_VARS += \
134 CPP="$(TARGET_CROSS)cpp" \
135 XSLTPROC=false \
136 WAF_NO_PREFORK=1
137
138 CONFIGURE_CMD = ./buildtools/bin/waf
139 HOST_CONFIGURE_CMD = ./buildtools/bin/waf
140
141 # Strip options that WAF configure script does not recognize
142 CONFIGURE_ARGS:=$(filter-out \
143 --target=% \
144 --host=% \
145 --build=% \
146 --program-prefix=% \
147 --program-suffix=% \
148 --disable-nls \
149 --disable-ipv6 \
150 , $(CONFIGURE_ARGS))
151
152 HOST_CONFIGURE_ARGS:=$(filter-out \
153 --target=% \
154 --host=% \
155 --build=% \
156 --program-prefix=% \
157 --program-suffix=% \
158 --disable-nls \
159 --disable-ipv6 \
160 , $(HOST_CONFIGURE_ARGS))
161
162 # Waf needs the "configure" argument
163 CONFIGURE_ARGS:=configure $(CONFIGURE_ARGS)
164 HOST_CONFIGURE_ARGS:=configure $(HOST_CONFIGURE_ARGS)
165
166 CONFIGURE_ARGS += \
167 --hostcc="$(HOSTCC)" \
168 --cross-compile \
169 --cross-answers=cross-answers.txt \
170 --disable-cups \
171 --disable-iprint \
172 --disable-cephfs \
173 --disable-fault-handling \
174 --disable-glusterfs \
175 --disable-spotlight \
176 --enable-fhs \
177 --without-automount \
178 --without-iconv \
179 --without-lttng \
180 --without-ntvfs-fileserver \
181 --without-pam \
182 --without-systemd \
183 --without-utmp \
184 --without-dmapi \
185 --without-fam \
186 --without-gettext \
187 --without-regedit \
188 --without-gpgme
189
190 HOST_CONFIGURE_ARGS += \
191 --hostcc="$(HOSTCC)" \
192 --disable-cups \
193 --disable-iprint \
194 --disable-cephfs \
195 --disable-fault-handling \
196 --disable-glusterfs \
197 --disable-spotlight \
198 --disable-rpath \
199 --disable-rpath-install \
200 --disable-rpath-private-install \
201 --enable-fhs \
202 --without-automount \
203 --without-iconv \
204 --without-lttng \
205 --without-ntvfs-fileserver \
206 --without-pam \
207 --without-systemd \
208 --without-utmp \
209 --without-dmapi \
210 --without-fam \
211 --without-gettext \
212 --without-regedit \
213 --without-gpgme
214
215 HOST_CONFIGURE_ARGS += --disable-avahi --without-quotas --without-acl-support --without-winbind \
216 --without-ad-dc --without-json --without-libarchive --disable-python --nopyc --nopyo \
217 --without-dnsupdate --without-ads --without-ldap --without-ldb-lmdb
218
219 # Optional AES-NI support - https://lists.samba.org/archive/samba-technical/2017-September/122738.html
220 # Support for Nettle wasn't comitted
221 ifdef CONFIG_TARGET_x86_64
222 CONFIGURE_ARGS += --accel-aes=intelaesni
223 else
224 CONFIGURE_ARGS += --accel-aes=none
225 endif
226
227 CONFIGURE_ARGS += \
228 --with-lockdir=/var/lock \
229 --with-logfilebase=/var/log \
230 --with-piddir=/var/run \
231 --with-privatedir=/etc/samba
232
233 # features
234 ifeq ($(CONFIG_SAMBA4_SERVER_VFS),y)
235 CONFIGURE_ARGS += --with-quotas
236 else
237 CONFIGURE_ARGS += --without-quotas
238 endif
239 ifeq ($(CONFIG_SAMBA4_SERVER_AVAHI),y)
240 CONFIGURE_ARGS += --enable-avahi
241 else
242 CONFIGURE_ARGS += --disable-avahi
243 endif
244
245 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),y)
246 CONFIGURE_ARGS += --without-winbind --without-ldb-lmdb --with-acl-support
247 else
248 CONFIGURE_ARGS += --without-winbind --without-ads --without-ldap --without-ldb-lmdb --without-ad-dc \
249 --without-json --without-libarchive --disable-python --nopyc --nopyo --without-dnsupdate --without-acl-support
250 endif
251
252 SAMBA4_PDB_MODULES :=pdb_smbpasswd,pdb_tdbsam,
253 SAMBA4_AUTH_MODULES :=auth_builtin,auth_sam,auth_unix,
254 SAMBA4_VFS_MODULES :=vfs_default,
255 SAMBA4_VFS_MODULES_SHARED :=auth_script,
256 # always build if kernel supports io_uring
257 ifdef CONFIG_KERNEL_IO_URING
258 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_io_uring,
259 endif
260 ifeq ($(CONFIG_SAMBA4_SERVER_VFS),y)
261 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_fruit,vfs_shadow_copy2,vfs_recycle,vfs_fake_perms,vfs_readonly,vfs_cap,vfs_offline,vfs_crossrename,vfs_catia,vfs_streams_xattr,vfs_xattr_tdb,vfs_default_quota,vfs_widelinks,
262 ifdef CONFIG_PACKAGE_kmod-fs-btrfs
263 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_btrfs,
264 endif
265 endif
266 ifeq ($(CONFIG_SAMBA4_SERVER_VFSX),y)
267 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_virusfilter,vfs_shell_snap,vfs_commit,vfs_worm,vfs_netatalk,vfs_dirsort,vfs_fileid,
268 ifdef CONFIG_PACKAGE_kmod-fs-xfs
269 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_linux_xfs_sgid,
270 endif
271 endif
272 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),y)
273 SAMBA4_PDB_MODULES :=$(SAMBA4_PDB_MODULES)pdb_samba_dsdb,pdb_ldapsam,
274 SAMBA4_AUTH_MODULES :=$(SAMBA4_AUTH_MODULES)auth_samba4,
275 SAMBA4_VFS_MODULES :=$(SAMBA4_VFS_MODULES)vfs_posixacl,
276 SAMBA4_VFS_MODULES_SHARED :=$(SAMBA4_VFS_MODULES_SHARED)vfs_audit,vfs_extd_audit,vfs_full_audit,vfs_acl_xattr,vfs_acl_tdb,
277 # vfs_zfsacl needs https://github.com/zfsonlinux/zfs/tree/master/include/sys/zfs_acl.h
278 # vfs_nfs4acl_xattr needs https://github.com/notriddle/libdrpc/blob/master/rpc/xdr.h
279 endif
280
281 SAMBA4_MODULES :=${SAMBA4_VFS_MODULES}${SAMBA4_AUTH_MODULES}${SAMBA4_PDB_MODULES}
282 SAMBA4_MODULES_SHARDED :=${SAMBA4_VFS_MODULES_SHARED}
283
284 CONFIGURE_ARGS += \
285 --with-static-modules=$(SAMBA4_MODULES)!DEFAULT,!FORCED \
286 --with-shared-modules=$(SAMBA4_MODULES_SHARDED)!DEFAULT,!FORCED
287
288 HOST_CONFIGURE_ARGS += \
289 --with-static-modules=!DEFAULT,!FORCED \
290 --with-shared-modules=!DEFAULT,!FORCED
291
292 # lib bundling
293 PY_VER:=$(PYTHON3_VERSION_MAJOR)$(PYTHON3_VERSION_MINOR)
294 # NOTE: bundle + make private, we want to avoid version configuration (build, link) conflicts
295 HOST_CONFIGURE_ARGS += --builtin-libraries=replace --nonshared-binary=asn1_compile,compile_et
296 SYSTEM_PRIVATE_BUNDLED_LIBS:=talloc,tevent,tevent-util,texpect,tdb,ldb,tdr,cmocka,replace,com_err
297 SYSTEM_BUNDLED_LIBS:=
298 PYTHON_BUNDLED_LIBS:=pytalloc-util.cpython-$(PY_VER),pyldb-util.cpython-$(PY_VER)
299 # CONFIGURE_ARGS += --builtin-libraries=talloc,tevent,tevent-util,texpect,tdb,ldb,tdr,cmocka,com_err
300 ifdef CONFIG_KERNEL_IO_URING
301 SYSTEM_BUNDLED_LIBS:=,uring
302 endif
303 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),y)
304 CONFIGURE_ARGS += --bundled-libraries=NONE,$(SYSTEM_PRIVATE_BUNDLED_LIBS)$(SYSTEM_BUNDLED_LIBS),$(PYTHON_BUNDLED_LIBS)
305 else
306 CONFIGURE_ARGS += --bundled-libraries=NONE,$(SYSTEM_PRIVATE_BUNDLED_LIBS)$(SYSTEM_BUNDLED_LIBS)
307 endif
308 CONFIGURE_ARGS += --private-libraries=$(SYSTEM_PRIVATE_BUNDLED_LIBS)
309
310 export COMPILE_ET=$(STAGING_DIR_HOSTPKG)/bin/compile_et_samba
311 export ASN1_COMPILE=$(STAGING_DIR_HOSTPKG)/bin/asn1_compile_samba
312
313 # make sure we use the hostpkg build toolset and we need to find host 'yapp'
314 HOST_CONFIGURE_VARS+= \
315 PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)"
316 CONFIGURE_VARS += \
317 PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)"
318
319 # we need hostpkg bin and target config
320 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),y)
321 CONFIGURE_VARS += \
322 PYTHON_CONFIG="$(STAGING_DIR)/host/bin/$(PYTHON3)-config"
323 endif
324
325 # we dont need GnuTLS for the host helpers
326 define Host/Prepare
327 $(call Host/Prepare/Default)
328 $(SED) 's,mandatory=True,mandatory=False,g' $(HOST_BUILD_DIR)/wscript_configure_system_gnutls
329 $(SED) 's,gnutls_version =.*,gnutls_version = gnutls_min_required_version,g' $(HOST_BUILD_DIR)/wscript_configure_system_gnutls
330 endef
331 define Host/Compile
332 (cd $(HOST_BUILD_DIR); \
333 ./buildtools/bin/waf build \
334 --targets=asn1_compile,compile_et \
335 )
336 endef
337
338 define Host/Install
339 $(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/bin/
340 # add host tools suffix, prevent conflicts with krb5
341 $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/asn1_compile $(STAGING_DIR_HOSTPKG)/bin/asn1_compile_samba
342 $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/compile_et $(STAGING_DIR_HOSTPKG)/bin/compile_et_samba
343 endef
344
345 define Build/Prepare
346 $(Build/Prepare/Default)
347 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),)
348 # un-bundle dnspython
349 $(SED) '/"dns.resolver":/d' $(PKG_BUILD_DIR)/third_party/wscript
350 # unbundle iso8601
351 $(SED) '/"iso8601":/d' $(PKG_BUILD_DIR)/third_party/wscript
352 endif
353 ifeq ($(CONFIG_HOST_OS_MACOS),y)
354 $(SED) "/^VERSION=/i sys.platform='linux'" $(PKG_BUILD_DIR)/buildtools/bin/waf
355 endif
356 endef
357
358 define Build/Configure
359 $(CP) ./waf-cross-answers/$(ARCH).txt $(PKG_BUILD_DIR)/cross-answers.txt
360 echo 'Checking uname sysname type: "$(VERSION_DIST)"' >> $(PKG_BUILD_DIR)/cross-answers.txt
361 echo 'Checking uname machine type: "$(ARCH)"' >> $(PKG_BUILD_DIR)/cross-answers.txt
362 echo 'Checking uname release type: "$(LINUX_VERSION)"' >> $(PKG_BUILD_DIR)/cross-answers.txt
363 echo 'Checking uname version type: "$(VERSION_DIST) Linux-$(LINUX_VERSION) $(shell date +%Y-%m-%d)"' >> $(PKG_BUILD_DIR)/cross-answers.txt
364 # NOTE: special answers for freeBSD/CircleCI
365 echo 'checking for clnt_create(): OK' >> $(PKG_BUILD_DIR)/cross-answers.txt
366 $(call Build/Configure/Default)
367 endef
368
369 # Build via "waf install", avoid the make wrapper. (Samba logic is 'waf install' = build + install)
370 define Build/Compile
371 (cd $(PKG_BUILD_DIR); \
372 ./buildtools/bin/waf install \
373 --jobs=$(shell nproc) \
374 --destdir="$(PKG_INSTALL_DIR)" \
375 )
376 endef
377
378 # No default install see above
379 define Build/Install
380 endef
381
382 define Package/samba4-libs/install
383 $(INSTALL_DIR) $(1)/usr/lib
384 $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
385 # rpath-install
386 $(CP) $(PKG_INSTALL_DIR)/usr/lib/samba $(1)/usr/lib/
387 endef
388
389 define Package/samba4-client/install
390 $(INSTALL_DIR) $(1)/usr/bin
391 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{cifsdd,smbclient,smbget} $(1)/usr/bin/
392 endef
393
394 define Package/samba4-admin/install
395 $(INSTALL_DIR) $(1)/usr/bin
396 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{net,smbcontrol,profiles,rpcclient,dbwrap_tool} $(1)/usr/bin/
397 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{ldbadd,ldbdel,ldbedit,ldbmodify,ldbrename,ldbsearch} $(1)/usr/bin/
398 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{tdbbackup,tdbdump,tdbrestore,tdbtool} $(1)/usr/bin/
399 $(INSTALL_DIR) $(1)/usr/sbin
400 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/eventlogadm $(1)/usr/sbin/
401 endef
402
403 define Package/samba4-utils/install
404 $(INSTALL_DIR) $(1)/usr/bin
405 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{smbstatus,smbtree,mvxattr,smbtar} $(1)/usr/bin/
406 ifeq ($(CONFIG_SAMBA4_SERVER_VFS),y)
407 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/smbcquotas $(1)/usr/bin/
408 endif
409 endef
410
411 define Package/samba4-server/install
412 $(INSTALL_DIR) $(1)/usr/bin
413 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{smbpasswd,pdbedit,testparm} $(1)/usr/bin/
414 $(INSTALL_DIR) $(1)/usr/sbin
415 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/smbd $(1)/usr/sbin/
416 ifeq ($(CONFIG_SAMBA4_SERVER_NETBIOS),y)
417 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/nmbd $(1)/usr/sbin/
418 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nmblookup $(1)/usr/bin/
419 endif
420 ifeq ($(CONFIG_SAMBA4_SERVER_AD_DC),y)
421 $(INSTALL_DIR) $(1)/usr/lib
422 $(CP) $(PKG_INSTALL_DIR)/usr/lib/$(PYTHON3) $(1)/usr/lib/
423 $(INSTALL_DIR) $(1)/usr/share/
424 $(CP) $(PKG_INSTALL_DIR)/usr/share/samba $(1)/usr/share/
425 # fix wrong hardcoded python3 location
426 $(SED) '1s,^#!/.*python3.*,#!/usr/bin/python3,' $(PKG_INSTALL_DIR)/usr/bin/samba-tool
427 $(SED) '1s,^#!/.*python3.*,#!/usr/bin/python3,' $(PKG_INSTALL_DIR)/usr/sbin/{samba-gpupdate,samba_dnsupdate,samba_kcc,samba_spnupdate,samba_upgradedns,samba_downgrade_db}
428 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{samba-tool,ntlm_auth,oLschema2ldif} $(1)/usr/bin/
429 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{sharesec,smbcacls} $(1)/usr/bin/
430 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{samba,samba-gpupdate,samba_dnsupdate,samba_kcc,samba_spnupdate,samba_upgradedns,samba_downgrade_db} $(1)/usr/sbin/
431 endif
432 $(INSTALL_DIR) $(1)/etc/config $(1)/etc/samba $(1)/etc/init.d
433 $(INSTALL_CONF) ./files/samba.config $(1)/etc/config/samba4
434 $(INSTALL_DATA) ./files/smb.conf.template $(1)/etc/samba
435 $(INSTALL_BIN) ./files/samba.init $(1)/etc/init.d/samba4
436 endef
437
438 define Package/samba4-server/conffiles
439 /etc/config/samba4
440 /etc/samba/smb.conf.template
441 /etc/samba/smb.conf
442 /etc/samba/smbpasswd
443 /etc/samba/secrets.tdb
444 /etc/samba/passdb.tdb
445 /etc/samba/lmhosts
446 /etc/nsswitch.conf
447 /etc/krb5.conf
448 endef
449
450 $(eval $(call HostBuild))
451 $(eval $(call BuildPackage,samba4-libs))
452 $(eval $(call BuildPackage,samba4-server))
453 $(eval $(call BuildPackage,samba4-client))
454 $(eval $(call BuildPackage,samba4-admin))
455 $(eval $(call BuildPackage,samba4-utils))