]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - cyrus-sasl/cyrus-sasl.nm
b28d4020893487ec4da8ae363648492f76175292
[people/amarx/ipfire-3.x.git] / cyrus-sasl / cyrus-sasl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cyrus-sasl
7 version = 2.1.25
8 release = 1
9
10 groups = System/Libraries
11 url = http://asg.web.cmu.edu/sasl/sasl-library.html
12 license = BSD
13 summary = The Cyrus SASL library.
14
15 description
16 The cyrus-sasl package contains the Cyrus implementation of SASL. \
17 SASL is the Simple Authentication and Security Layer, a method for \
18 adding authentication support to connection-based protocols.
19 end
20
21 source_dl = ftp://ftp.cyrusimap.org/cyrus-sasl/
22
23 build
24 requires
25 db4-devel
26 openssl-devel
27 pam-devel
28 end
29
30 configure_options += \
31 --sysconfdir=/etc \
32 --with-dbpath=/var/lib/sasl/sasldb2 \
33 --with-saslauthd=/var/run/saslauthd \
34 --mandir=/usr/share/man
35
36 PARALLELISMFLAGS = # Disabled
37
38 install_cmds
39 mkdir -pv %{BUILDROOT}/usr/lib/sasl2
40 cp -vf %{DIR_SOURCE}/smtpd.conf %{BUILDROOT}/usr/lib/sasl2/
41
42 install -v -m700 -d %{BUILDROOT}/var/lib/sasl %{BUILDROOT}/var/run/saslauthd
43 end
44 end
45
46 packages
47 package %{name}
48 end
49
50 package %{name}-libs
51 template LIBS
52 end
53
54 package %{name}-devel
55 template DEVEL
56 end
57 end