# Description: An easy-to-use, robust and highly configurable VPN (Virtual Private Network) # URL: https://openvpn.net # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: openssl lzo lz4 python3-docutils libcap-ng name=openvpn version=2.6.6 release=1 source=("https://github.com/OpenVPN/openvpn/archive/refs/tags/v${version}.tar.gz") build() { cd ${name}-${version} autoreconf -vfi ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --enable-plugins \ --enable-x509-alt-username make make DESTDIR="${PKG}" install rm -r "${PKG}/usr/share/doc" }