]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - samba/samba.nm
libxkbfile: Update to 1.0.8.
[people/ms/ipfire-3.x.git] / samba / samba.nm
CommitLineData
b534427f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b534427f
MT
4###############################################################################
5
802ea3af 6name = samba
c0a8c22d 7version = 3.6.5
1432fd35 8release = 2
b534427f 9
802ea3af
MT
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Networking/Daemons
12url = http://www.samba.org/
13license = GPLv3+ and LGPLv3+
14summary = Server and Client software to interoperate with Windows machines.
b534427f 15
802ea3af
MT
16description
17 Samba is the suite of programs by which a lot of PC-related machines
18 share files, printers, and other information (such as lists of
19 available files and printers). The Windows NT, OS/2, and Linux
20 operating systems support this natively, and add-on packages can
21 enable the same thing for DOS, Windows, VMS, UNIX of all kinds, MVS,
22 and more. This package provides an SMB/CIFS server that can be used to
23 provide network services to SMB/CIFS clients.
24 Samba uses NetBIOS over TCP/IP (NetBT) protocols and does NOT
b534427f 25 need the NetBEUI (Microsoft Raw NetBIOS frame) protocol.
802ea3af
MT
26end
27
28source_dl = http://www.samba.org/samba/ftp/stable/
b534427f 29
802ea3af
MT
30CFLAGS += \
31 -D_FILE_OFFSET_BITS=64 \
32 -D_GNU_SOURCE -DLDAP_DEPRECATED
b534427f 33
802ea3af
MT
34build
35 requires
36 autoconf
37 automake
38 avahi-devel
39 cups-devel
c11bcb63 40 gettext
802ea3af 41 ncurses-devel
c11bcb63 42 libacl-devel
802ea3af
MT
43 libcap-devel
44 openldap-devel
45 openssl-devel
46 pam-devel
47 popt-devel
48 readline-devel
49 which
c11bcb63 50 zlib-devel
802ea3af 51 end
d604bfdf 52
802ea3af 53 DIR_APP = %{DIR_SRC}/%{thisapp}/source3
b534427f 54
802ea3af 55 configure_options += \
a5d9074a 56 --prefix=%{prefix} \
802ea3af 57 --localstatedir=/var \
a5d9074a
MT
58 --with-lockdir=%{sharedstatedir}/samba \
59 --with-piddir=%{rundir} \
60 --with-mandir=%{mandir} \
61 --with-privatedir=%{sharedstatedir}/samba/private \
802ea3af 62 --with-logfilebase=/var/log/samba \
a5d9074a
MT
63 --with-modulesdir=%{libdir}/samba \
64 --with-configdir=%{sysconfdir}/samba \
65 --with-pammodulesdir=/%{lib}/security \
66 --with-swatdir=%{datadir}/swat \
802ea3af
MT
67 --with-automount \
68 --with-libsmbclient \
69 --with-libsmbsharemodes \
70 --with-pam \
71 --with-pam_smbpass \
72 --with-quotas \
73 --with-sendfile-support \
74 --with-syslog \
75 --with-utmp \
76 --with-winbind \
77 --with-shared-modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash
b534427f 78
802ea3af
MT
79 make_build_targets += \
80 pch \
81 all modules
b534427f 82
802ea3af 83 install_cmds
a5d9074a
MT
84 mkdir -pv %{BUILDROOT}%{sysconfdir}/samba
85 echo "127.0.0.1 localhost" > %{BUILDROOT}%{sysconfdir}/samba/lmhosts
093d622f 86 cp -vf %{DIR_SOURCE}/smb.conf %{BUILDROOT}/%{sysconfdir}/%{name}
802ea3af
MT
87 end
88end
b534427f 89
802ea3af
MT
90packages
91 package %{name}
093d622f
CS
92 prerequires = systemd-units
93 configfiles = /etc/smb.conf
94 requires += %{name}-libs = %{thisver}
95 end
c1fa1b26 96
802ea3af
MT
97 package %{name}-libs
98 template LIBS
99 end
c1fa1b26 100
802ea3af
MT
101 package %{name}-devel
102 template DEVEL
c11bcb63 103
a5d9074a 104 requires += %{name}-libs = %{thisver}
802ea3af 105 end
1f9bc2f0
MT
106
107 package %{name}-debuginfo
108 template DEBUGINFO
109 end
802ea3af 110end