]> git.pld-linux.org Git - packages/pptpd.git/blame - pptpd.spec
- added line on top spec file with cvs tags ($Revision:$ and $Date:$).
[packages/pptpd.git] / pptpd.spec
CommitLineData
7c7567da 1Summary: Serves out PPTP connections
2Name: pptpd
3Version: 0.9.2
4Release: 1
5Copyright: GPL
6Group: Utilities/System
7Vendor: Matthew Ramsay http://www.moretonbay.com/vpn/pptp.html
8Source: http://www.moretonbay.com/vpn/pptpd-0.8.4.tgz
9BuildRoot: /tmp/%{version}-%{name}-root
10
83f1a059 11%description
7c7567da 12PPTPd, Point-to-Point Tunnelling Protocol Daemon, offers out connections to
13pptp clients to become virtual members of the IP pool owned by the pptp
14server. In effect, these clients become virtual members of the local
83f1a059 15subnet, regardless of what their real IP address is. A tunnel is built
7c7567da 16between the pptp server and client, and packets from the subnet are wrapped
17and passed between server and client similar to other C/S protocols.
83f1a059 18
19%prep
7c7567da 20%setup -q
83f1a059 21
22%build
23./configure
24make
25
26%install
7c7567da 27rm -rf $RPM_BUILD_ROOT
28
83f1a059 29make install
7c7567da 30install samples/pptpd.conf /etc/pptpd.conf
31
32%clean
33rm -rf $RPM_BUILD_ROOT
83f1a059 34
35%files
36%doc AUTHORS COPYING INSTALL README TODO html samples
7c7567da 37/usr/bin/pptpd
38/usr/bin/pptpctrl
83f1a059 39/etc/pptpd.conf
This page took 0.106251 seconds and 4 git commands to generate.