smlinux/net/openvpn/openvpn.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

36 lines
774 B
Text
Executable file

app=openvpn
version=2.4.9
build=1sml
homepage="https://openvpn.net/"
download="https://github.com/OpenVPN/openvpn/archive/refs/tags/v$version.tar.gz"
desc="Full-featured SSL-based VPN suite"
requires="lzo lz4 openssl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sbindir=/bin \
--sysconfdir=/etc/openvpn \
--enable-iproute2 \
--disable-plugin-auth-pam
make
make install DESTDIR=$pkg
cp COPY* $pkgdocs/
preprunitservice openvpn down
mkfinalpkg
}
sha512sums="
7415874cef32156e0384c6b21a370e7416afa4140087ceebae23e02b13da1ee38a7049236bb890ec4f33fb183e5f48c6d9d29663c5accc0ddedc77f998c6bebf openvpn-2.4.9.tar.lz
"