]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - samba/samba.nm
e0f55378898ed87ceffa49dc73b6dc57a1fac89e
[people/amarx/ipfire-3.x.git] / samba / samba.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = samba
7 version = 3.6.1
8 release = 1
9
10 maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11 groups = Networking/Daemons
12 url = http://www.samba.org/
13 license = GPLv3+ and LGPLv3+
14 summary = Server and Client software to interoperate with Windows machines.
15
16 description
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
25 need the NetBEUI (Microsoft Raw NetBIOS frame) protocol.
26 end
27
28 source_dl = http://www.samba.org/samba/ftp/stable/
29
30 CFLAGS += \
31 -D_FILE_OFFSET_BITS=64 \
32 -D_GNU_SOURCE -DLDAP_DEPRECATED
33
34 build
35 requires
36 autoconf
37 automake
38 avahi-devel
39 cups-devel
40 gettext
41 ncurses-devel
42 libacl-devel
43 libcap-devel
44 openldap-devel
45 openssl-devel
46 pam-devel
47 popt-devel
48 readline-devel
49 which
50 zlib-devel
51 end
52
53 DIR_APP = %{DIR_SRC}/%{thisapp}/source3
54
55 configure_options += \
56 --prefix=/usr \
57 --localstatedir=/var \
58 --with-lockdir=/var/lib/samba \
59 --with-piddir=/var/run \
60 --with-mandir=/usr/share/man \
61 --with-privatedir=/var/lib/samba/private \
62 --with-logfilebase=/var/log/samba \
63 --with-modulesdir=/usr/lib/samba \
64 --with-configdir=/etc/samba \
65 --with-pammodulesdir=/lib/security \
66 --with-swatdir=/usr/share/swat \
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
78
79 make_build_targets += \
80 pch \
81 all modules
82
83 install_cmds
84 mkdir -pv %{BUILDROOT}/etc/samba
85 echo "127.0.0.1 localhost" > %{BUILDROOT}/etc/samba/lmhosts
86 end
87 end
88
89 packages
90 package %{name}
91
92 package %{name}-libs
93 template LIBS
94 end
95
96 package %{name}-devel
97 template DEVEL
98
99 requires += %{name}-libs=%{thisver}
100 end
101 end