New package: openfortivpn-1.10.0
This commit is contained in:
parent
d80cf81922
commit
3a8aa23c56
1 changed files with 24 additions and 0 deletions
24
srcpkgs/openfortivpn/template
Normal file
24
srcpkgs/openfortivpn/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'openfortivpn'
|
||||||
|
pkgname=openfortivpn
|
||||||
|
version=1.10.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=d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d
|
||||||
|
|
||||||
|
conf_files="/etc/openfortivpn/config"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue