]> git.pld-linux.org Git - packages/pptp.git/blob - pptp.spec
5f5696f2ecc1c77b6fd69da8ef098928c00a2ffc
[packages/pptp.git] / pptp.spec
1 Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
2 Summary(pl):    Klijent protoko³u PPTP
3 Name:           pptp-linux
4 Version:        1.4.0
5 Release:        0.1
6 License:        GPL
7 Provides:       pptp-linux
8 Requires:       ppp >= 2.4.2
9 Source0:        http://dl.sourceforge.net/pptpclient/%{name}-%{version}.tar.gz
10 # Source0-md5:  9e5c07de3e347c7125ed94824cebeaee
11 Group:          Applications/System
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Client for the proprietary Microsoft Point-to-Point Tunneling
16 Protocol, PPTP. Allows connection to a PPTP based VPN as used by
17 employers and some cable and ADSL service providers. Requires MPPE
18 support in kernel.
19
20 %description -l pl
21
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}{/ppp,/pptp.d}}
32 install pptp.8 $RPM_BUILD_ROOT%{_mandir}/man8/pptp.8
33 install pptp $RPM_BUILD_ROOT%{_sbindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS INSTALL NEWS README TODO USING Documentation Reference
41 %attr(0755,root,root) %{_sbindir}/pptp
42 %attr(0444,root,root) %{_mandir}/man8/*
43 %attr(0755,root,root) %{_sysconfdir}/pptp.d
This page took 0.054691 seconds and 3 git commands to generate.