Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +name : openfortivpn +version : 1.4.0 +release : 1 +source : + - https://github.com/adrienverge/openfortivpn/archive/v1.4.0.tar.gz : 3b5ddbf4c0aecc85e9630bb45e012f7e0b0db5a10276f03f8af55326db97d9b4 +license : + - GPL-3.0 + - OpenSSL +component : network.util +summary : openfortivpn is a client for PPP+SSL VPN tunnel services. +description: | + openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process. It is compatible with Fortinet VPNs. +rundeps : + - ppp +setup : | + %reconfigure +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + openfortivpn + + Sander Smid-Merlijn + sander.smid@gmail.com + + GPL-3.0 + OpenSSL + network.util + openfortivpn is a client for PPP+SSL VPN tunnel services. + openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process. It is compatible with Fortinet VPNs. + + https://solus-project.com/sources/README.Solus + + + openfortivpn + openfortivpn is a client for PPP+SSL VPN tunnel services. + openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process. It is compatible with Fortinet VPNs. + + network.util + + /etc/openfortivpn/config + /usr/bin + /usr/share/man + + + + + 2017-09-14 + 1.4.0 + Packaging update + Sander Smid-Merlijn + sander.smid@gmail.com + + + \ No newline at end of file