]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - openvpn/openvpn.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / openvpn / openvpn.nm
index 3d4bbe2980c35cf9d2ec0b4cd4be5afe2710cdf0..88c9bd90ce1613f81707e2acb42c22b044d2f2c1 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = openvpn
-version    = 2.2.1
-release    = 1
+version    = 2.3.0
+release    = 2
 
 groups     = Networking/VPN
 url        = http://openvpn.net/
@@ -26,29 +26,17 @@ PLUGINS    = auth-pam down-root
 
 build
        requires
+               iproute2
+               libselinux-devel
                lzo-devel
                openssl-devel
                pam-devel
        end
 
        configure_options += \
-               --enable-pthread \
                --enable-password-save \
-               --enable-iproute2
-
-       build_cmds
-               for plugin in %{PLUGINS}; do
-                       make -C plugin/$plugin
-               done
-       end
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}/usr/lib/%{name}/plugin/lib
-               for plugin in %{PLUGINS}; do
-                       install -m 0755 plugin/$plugin/openvpn-$plugin.so \
-                               %{BUILDROOT}/usr/lib/%{name}/plugin/lib/openvpn-$plugin.so
-               done
-       end
+               --enable-iproute2 \
+               --enable-systemd
 end
 
 packages