]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - openvpn/openvpn.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / openvpn / openvpn.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = openvpn
7 version = 2.3.0
8 release = 2
9
10 groups = Networking/VPN
11 url = http://openvpn.net/
12 license = GPLv2
13 summary = A full-featured SSL VPN solution.
14
15 description
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
20 for compression.
21 end
22
23 source_dl = http://swupdate.openvpn.org/community/releases/
24
25 PLUGINS = auth-pam down-root
26
27 build
28 requires
29 iproute2
30 libselinux-devel
31 lzo-devel
32 openssl-devel
33 pam-devel
34 end
35
36 configure_options += \
37 --enable-password-save \
38 --enable-iproute2 \
39 --enable-systemd
40 end
41
42 packages
43 package %{name}
44 requires
45 iproute2
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end