1311e0900122073637dd3dc6c6945d66157faf68
[openwrt/openwrt.git] / package / network / services / samba36 / Makefile
1 #
2 # Copyright (C) 2007-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=samba
11 PKG_VERSION:=3.6.25
12 PKG_RELEASE:=5
13
14 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
15 http://ftp.samba.org/pub/samba/stable
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
17 PKG_HASH:=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
18
19 PKG_LICENSE:=GPL-3.0
20 PKG_LICENSE_FILES:=COPYING
21
22 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
23
24 PKG_BUILD_PARALLEL:=1
25
26 include $(INCLUDE_DIR)/package.mk
27
28 MAKE_PATH:=source3
29 CONFIGURE_PATH:=source3
30
31 PKG_BUILD_BIN:=$(PKG_BUILD_DIR)/$(MAKE_PATH)/bin
32
33 define Package/samba36-server
34 SECTION:=net
35 CATEGORY:=Network
36 TITLE:=Samba 3.6 SMB/CIFS server
37 URL:=http://www.samba.org/
38 DEPENDS:=+USE_GLIBC:librt $(ICONV_DEPENDS)
39 endef
40
41 define Package/samba36-client
42 SECTION:=net
43 CATEGORY:=Network
44 TITLE:=Samba 3.6 SMB/CIFS client
45 URL:=http://www.samba.org/
46 DEPENDS:=+libreadline +libncurses
47 endef
48
49 define Package/samba36-server/config
50 config PACKAGE_SAMBA_MAX_DEBUG_LEVEL
51 int "Maximum level of compiled-in debug messages"
52 depends on PACKAGE_samba36-server || PACKAGE_samba36-client
53 default -1
54
55 endef
56
57 define Package/samba36-server/description
58 The Samba software suite is a collection of programs that implements the
59 SMB protocol for UNIX systems, allowing you to serve files and printers to
60 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
61 to as the LanManager or Netbios protocol.
62 endef
63
64 TARGET_CFLAGS += -DMAX_DEBUG_LEVEL=$(CONFIG_PACKAGE_SAMBA_MAX_DEBUG_LEVEL) -D__location__=\\\"\\\" -ffunction-sections -fdata-sections
65 TARGET_LDFLAGS += -Wl,--gc-sections
66
67 CONFIGURE_VARS += \
68 ac_cv_lib_attr_getxattr=no \
69 ac_cv_search_getxattr=no \
70 ac_cv_file__proc_sys_kernel_core_pattern=yes \
71 libreplace_cv_HAVE_C99_VSNPRINTF=yes \
72 libreplace_cv_HAVE_GETADDRINFO=yes \
73 libreplace_cv_HAVE_IFACE_IFCONF=yes \
74 LINUX_LFS_SUPPORT=yes \
75 samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
76 samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
77 samba_cv_HAVE_IFACE_IFCONF=yes \
78 samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \
79 samba_cv_HAVE_SECURE_MKSTEMP=yes \
80 samba_cv_HAVE_WRFILE_KEYTAB=no \
81 samba_cv_USE_SETREUID=yes \
82 samba_cv_USE_SETRESUID=yes \
83 samba_cv_have_setreuid=yes \
84 samba_cv_have_setresuid=yes \
85 ac_cv_header_libunwind_h=no \
86 ac_cv_header_zlib_h=no \
87 samba_cv_zlib_1_2_3=no \
88 ac_cv_path_PYTHON="" \
89 ac_cv_path_PYTHON_CONFIG=""
90
91 CONFIGURE_ARGS += \
92 --exec-prefix=/usr \
93 --prefix=/ \
94 --disable-avahi \
95 --disable-cups \
96 --disable-pie \
97 --disable-relro \
98 --disable-static \
99 --disable-swat \
100 --disable-shared-libs \
101 --with-libiconv="$(ICONV_PREFIX)" \
102 --with-codepagedir=/etc/samba \
103 --with-configdir=/etc/samba \
104 --with-included-iniparser \
105 --with-included-popt \
106 --with-lockdir=/var/lock \
107 --with-logfilebase=/var/log \
108 --with-nmbdsocketdir=/var/nmbd \
109 --with-piddir=/var/run \
110 --with-privatedir=/etc/samba \
111 --with-sendfile-support \
112 --without-acl-support \
113 --without-cluster-support \
114 --without-ads \
115 --without-krb5 \
116 --without-ldap \
117 --without-pam \
118 --without-winbind \
119 --without-libtdb \
120 --without-libtalloc \
121 --without-libnetapi \
122 --without-libsmbclient \
123 --without-libsmbsharemodes \
124 --without-libtevent \
125 --without-libaddns \
126 --with-shared-modules=pdb_tdbsam,pdb_wbc_sam,idmap_nss,nss_info_template,auth_winbind,auth_wbc,auth_domain
127
128 MAKE_FLAGS += DYNEXP= PICFLAG= MODULES=
129
130 define Package/samba36-server/conffiles
131 /etc/config/samba
132 /etc/samba/smb.conf.template
133 /etc/samba/smbpasswd
134 endef
135
136 define Package/samba36-server/install
137 $(INSTALL_DIR) $(1)/etc/config
138 $(INSTALL_CONF) ./files/samba.config $(1)/etc/config/samba
139 $(INSTALL_DIR) $(1)/etc/samba
140 $(INSTALL_DATA) ./files/smb.conf.template $(1)/etc/samba
141 $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/lowcase.dat $(1)/etc/samba
142 $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/upcase.dat $(1)/etc/samba
143 $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/valid.dat $(1)/etc/samba
144 $(INSTALL_DIR) $(1)/etc/init.d
145 $(INSTALL_BIN) ./files/samba.init $(1)/etc/init.d/samba
146 $(INSTALL_DIR) $(1)/usr/sbin
147 $(INSTALL_BIN) $(PKG_BUILD_BIN)/samba_multicall $(1)/usr/sbin
148 $(LN) samba_multicall $(1)/usr/sbin/smbd
149 $(LN) samba_multicall $(1)/usr/sbin/nmbd
150 $(LN) samba_multicall $(1)/usr/sbin/smbpasswd
151 endef
152
153 define Package/samba36-client/install
154 $(INSTALL_DIR) $(1)/usr/sbin
155 $(INSTALL_BIN) $(PKG_BUILD_BIN)/smbclient $(1)/usr/sbin
156 $(INSTALL_BIN) $(PKG_BUILD_BIN)/nmblookup $(1)/usr/sbin
157 endef
158
159 $(eval $(call BuildPackage,samba36-client))
160 $(eval $(call BuildPackage,samba36-server))
161