]> git.pld-linux.org Git - packages/pptpd.git/commitdiff
- raw version from pptpd home page.
authorkloczek <kloczek@pld-linux.org>
Sat, 26 Jun 1999 08:37:00 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pptpd.spec -> 1.1

pptpd.spec [new file with mode: 0644]

diff --git a/pptpd.spec b/pptpd.spec
new file mode 100644 (file)
index 0000000..a317bbf
--- /dev/null
@@ -0,0 +1,36 @@
+Summary: Serves out PPTP connections
+Name: pptpd
+Version: 0.8.13
+Release: 1
+Copyright: GPL
+Group: Utilities/System
+Source: http://www.moretonbay.com/vpn/pptpd-0.8.4.tgz
+vendor: Matthew Ramsay http://www.moretonbay.com/vpn/pptp.html
+packager: Allan's Package-O-Matic Blenderfier
+%description
+PPTPd, Point-to-Point Tunnelling Protocol Daemon, offers out connections
+to pptp clients to become virtual members of the IP pool owned by the pptp
+server.  In effect, these clients become virtual members of the local
+subnet, regardless of what their real IP address is.  A tunnel is built
+between the pptp server and client, and packets from the subnet are
+wrapped and passed between server and client similar to other C/S
+protocols.
+
+%prep
+%setup -c pptpd-%{PACKAGE_VERSION} -T
+TAG=`echo %{PACKAGE_VERSION} | sed -e 's/\./_/g'`
+cd .. && cvs -d :pserver:anoncvs@cvs.pptpd.wonderland.org:/cvs/pptpd export -r PPTPD_$TAG -d pptpd-%{PACKAGE_VERSION} -f pptpd
+
+%build
+./configure
+make 
+
+%install
+make install
+install -m 0644 samples/pptpd.conf /etc/pptpd.conf
+
+%files
+%doc AUTHORS COPYING INSTALL README TODO html samples
+/usr/local/bin/pptpd
+/usr/local/bin/pptpctrl
+/etc/pptpd.conf
This page took 0.109997 seconds and 4 git commands to generate.