]> git.pld-linux.org Git - packages/pptpd.git/blob - pptpd.spec
7ea76028d7ce17f5295641ca489e05c2e8593122
[packages/pptpd.git] / pptpd.spec
1 Summary:        Serves out PPTP connections
2 Summary(pl):    Serwer po³±czeñ PPTP
3 Name:           pptpd
4 Version:        1.1.2
5 Release:        3
6 License:        GPL
7 Group:          Applications/System
8 Vendor:         Matthew Ramsay http://www.moretonbay.com/vpn/pptp.html
9 Source0:        http://poptop.lineo.com/releases/%{name}-%{version}.tar.gz
10 URL:            http://poptop.lineo.com/
11 BuildRequires:  automake
12 BuildRequires:  autoconf
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _sysconfdir     /etc
16
17 %description
18 PPTPd, Point-to-Point Tunnelling Protocol Daemon, offers out
19 connections to pptp clients to become virtual members of the IP pool
20 owned by the pptp server. In effect, these clients become virtual
21 members of the local subnet, regardless of what their real IP address
22 is. A tunnel is built between the pptp server and client, and packets
23 from the subnet are wrapped and passed between server and client
24 similar to other C/S protocols.
25
26 %description -l pl
27 PPTPd (Point-to-Point Tunnelling Protocol Daemon, czyli demon
28 obs³uguj±cy protokó³ tunelowania Point-to-Point) udostêpnia po³±czenia
29 klientom pptp, aby sta³y siê wirtualnymi cz³onkami puli IP
30 obs³ugiwanej przez serwer pptp. W efekcie ci klienci staj± siê
31 wirtualnymi cz³onkami podsieci lokalnej, niezale¿nie od ich
32 prawdziwego adresu IP. Tunel jest tworzony miêdzy serwerem a klientem
33 pptp, a pakiety z podsieci s± wy³apywane i puszczne pomiêdzy serwerem
34 a klientem podobnie do innych protoko³ów klient-serwer.
35
36 %prep
37 %setup -q
38
39 %build
40 aclocal
41 %{__autoconf}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_sysconfdir}
48
49 %{__make} install DESTDIR=$RPM_BUILD_ROOT
50
51 install samples/pptpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/pptpd.conf
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README TODO COPYING INSTALL html/* samples/*
59 %config(noreplace) %{_sysconfdir}/pptpd.conf
60 %attr(755,root,root) %{_sbindir}/*
61 %{_mandir}/man?/*
This page took 0.053776 seconds and 2 git commands to generate.