]> git.ipfire.org Git - ipfire-3.x.git/blame - strongswan/strongswan.nm
ebtables: Make package work on x86_64.
[ipfire-3.x.git] / strongswan / strongswan.nm
CommitLineData
c6a74bfb 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
c6a74bfb
MT
4###############################################################################
5
802ea3af 6name = strongswan
f59c3c04 7version = 4.6.2
802ea3af 8release = 1
c6a74bfb 9
802ea3af
MT
10groups = Networking/VPN
11url = http://www.strongswan.org/
12license = GPL
13summary = IPsec and IKEv1 implementation for Linux 2.4 and 2.6 kernels.
c6a74bfb 14
802ea3af 15description
f59c3c04
SS
16 StrongSwan is a complete IPsec and IKEv1 implementation for
17 Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2
18 protocol with Linux 2.6 kernels. It interoperates in both IKEv1
c6a74bfb 19 and IKEv2 mode with most other IPsec-based VPN products.
802ea3af 20end
c6a74bfb 21
802ea3af
MT
22source_dl = http://download.strongswan.org/
23
24build
25 requires
26 bison
27 flex
28 gmp-devel
29 gperf
30 libcap-devel
31 libcurl-devel
32 libgcrypt-devel
33 openldap-devel
34 perl
35 sqlite-devel
36 end
37
38 configure_options += \
39 --sysconfdir=/etc \
40 --libexecdir=/usr/lib \
41 --with-user=nobody \
42 --with-group=nobody \
43 --enable-curl \
44 --enable-ldap \
45 --enable-sqlite \
46 --enable-gcrypt \
47 --enable-padlock \
48 --enable-cisco-quirks \
49 --with-capabilities=libcap
926324f9 50
802ea3af
MT
51 test
52 make check
53 end
54end
c6a74bfb 55
802ea3af
MT
56# Plugins and many other files are installed in /usr/lib/ipsec
57# and loaded by using a RPATH.
58quality-agent
59 whitelist_rpath
60 /usr/lib/ipsec
61 end
62end
c6a74bfb 63
802ea3af
MT
64packages
65 package %{name}
1f9bc2f0
MT
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
802ea3af 70end