[packages/openfortivpn] - new

qboosh qboosh at pld-linux.org
Sat Nov 14 11:17:31 CET 2015


commit 89eb08aebd4ae005fef23e41adb4afde03e4c5e0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 14 11:17:46 2015 +0100

    - new

 openfortivpn.spec | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
---
diff --git a/openfortivpn.spec b/openfortivpn.spec
new file mode 100644
index 0000000..843fda0
--- /dev/null
+++ b/openfortivpn.spec
@@ -0,0 +1,56 @@
+Summary:	Client for PPP+SSL VPN tunnel services
+Summary(pl.UTF-8):	Klient usług tunelowych VPN PPP+SSL
+Name:		openfortivpn
+Version:	1.1.0
+Release:	1
+License:	GPL v3+ with OpenSSL exception
+Group:		Networking
+Source0:	https://github.com/adrienverge/openfortivpn/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	974e4cd58791bfdbe4ec78cce543c771
+URL:		https://github.com/adrienverge/openfortivpn
+BuildRequires:	autoconf >= 2.69
+BuildRequires:	automake
+BuildRequires:	openssl-devel
+Requires:	ppp
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%description -l pl.UTF-8
+openfortivpn to klient usług tunelowych VPN PPP+SSL. Uruchamia proces
+pppd i nadzoruje komunikację pomiędzy bramką a tym procesem.
+
+Jest zgodny z VPN-ami Fortinet.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/openfortivpn
+%dir %{_sysconfdir}/openfortivpn
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openfortivpn/config
+%{_mandir}/man1/openfortivpn.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openfortivpn.git/commitdiff/89eb08aebd4ae005fef23e41adb4afde03e4c5e0



More information about the pld-cvs-commit mailing list