]> git.pld-linux.org Git - packages/pptp.git/blob - pptp.spec
58b43c004d6f56ca53a48598f7722082a515bac1
[packages/pptp.git] / pptp.spec
1 Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
2 Summary(pl):    Klient protoko³u PPTP (Point-to-Point Tunneling Protocol)
3 Name:           pptp-linux
4 Version:        1.5.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/pptpclient/%{name}-%{version}.tar.gz
9 # Source0-md5:  281ee37788bdf3260426eca56a9af858
10 Requires:       ppp >= 2.4.2
11 Provides:       pptp-linux
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 Klient PPTP - w³asno¶ciowego protoko³u Point-to-Point Tunneling
22 Microsoftu. Umo¿liwia ³±czenie z siecami VPN opartymi o PPTP u¿ywanymi
23 przez niektóre firmy oraz dostarczycieli ³±cz kablowych i ADSL. Wymaga
24 obsugi MPPE w j±drze.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} \
31         CFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}{/ppp,/pptp.d}}
36
37 install pptp.8 $RPM_BUILD_ROOT%{_mandir}/man8/pptp.8
38 install pptp $RPM_BUILD_ROOT%{_sbindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS NEWS README TODO USING Documentation Reference
46 %attr(755,root,root) %{_sbindir}/pptp
47 %{_mandir}/man8/*
48 %attr(755,root,root) %{_sysconfdir}/pptp.d
This page took 0.031195 seconds and 3 git commands to generate.