]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - openvpn/openvpn.nm
compat-libgcrypt: New package
[people/amarx/ipfire-3.x.git] / openvpn / openvpn.nm
CommitLineData
ac082136 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ac082136
MT
4###############################################################################
5
802ea3af 6name = openvpn
e3fecebf
MT
7version = 2.3.6
8release = 1
ac082136 9
802ea3af
MT
10groups = Networking/VPN
11url = http://openvpn.net/
12license = GPLv2
13summary = A full-featured SSL VPN solution.
ac082136 14
802ea3af
MT
15description
16 OpenVPN is a robust and highly flexible tunneling application that uses all
17 of the encryption, authentication, and certification features of the
18 OpenSSL library to securely tunnel IP networks over a single UDP or TCP
19 port. It can use the Marcus Franz Xaver Johannes Oberhumer's LZO library
ac082136 20 for compression.
802ea3af
MT
21end
22
83beae71 23source_dl = http://swupdate.openvpn.org/community/releases/
802ea3af
MT
24
25PLUGINS = auth-pam down-root
26
27build
28 requires
d7028154
MT
29 iproute2
30 libselinux-devel
802ea3af
MT
31 lzo-devel
32 openssl-devel
33 pam-devel
e3fecebf 34 systemd-devel
802ea3af
MT
35 end
36
37 configure_options += \
802ea3af 38 --enable-password-save \
d7028154
MT
39 --enable-iproute2 \
40 --enable-systemd
802ea3af
MT
41end
42
43packages
44 package %{name}
45 requires
46 iproute2
47 end
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end