void-packages/srcpkgs/openfortivpn/template
Duncaen bd7c06ed59
openfortivpn: update to 1.12.0.
* CVE-2020-7041
* CVE-2020-7042
* CVE-2020-7043
2020-03-03 21:57:50 +01:00

24 lines
696 B
Bash

# Template file for 'openfortivpn'
pkgname=openfortivpn
version=1.12.0
revision=1
build_style=gnu-configure
configure_args="
--enable-proc
--with-ppp=/usr/bin/ppp
--with-pppd=/usr/bin/pppd
--with-rt_dst"
hostmakedepends="autoconf automake pkg-config"
makedepends="libressl-devel"
short_desc="Client for PPP+SSL VPN tunnel services"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/openfortivpn"
distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz"
checksum=ecad7d9998ee1be6cd263637333568f9b9fa72ba51f329a937f9e7db4bb3168a
conf_files="/etc/openfortivpn/config"
pre_configure() {
autoreconf -fi
}