]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - openvpn/openvpn.nm
tmux: New package.
[people/ms/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
d7028154 7version = 2.3.0
ef8980a8 8release = 2
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
34 end
35
36 configure_options += \
802ea3af 37 --enable-password-save \
d7028154
MT
38 --enable-iproute2 \
39 --enable-systemd
802ea3af
MT
40end
41
42packages
43 package %{name}
44 requires
45 iproute2
46 end
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end