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