]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - cyrus-sasl/cyrus-sasl.nm
cyrus-sasl: Updated to latest stable 2.1.25
[people/amarx/ipfire-3.x.git] / cyrus-sasl / cyrus-sasl.nm
CommitLineData
fc5f06da 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fc5f06da
MT
4###############################################################################
5
802ea3af 6name = cyrus-sasl
02f961d5
CS
7version = 2.1.25
8release = 1
fc5f06da 9
802ea3af
MT
10groups = System/Libraries
11url = http://asg.web.cmu.edu/sasl/sasl-library.html
12license = BSD
13summary = The Cyrus SASL library.
fc5f06da 14
802ea3af 15description
fc5f06da
MT
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.
802ea3af
MT
19end
20
02f961d5 21source_dl = ftp://ftp.cyrusimap.org/cyrus-sasl/
802ea3af
MT
22
23build
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
44end
45
46packages
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
57end