Author: alexander
Date: 2007-06-25 04:59:46 -0600 (Mon, 25 Jun 2007)
New Revision: 1930
Added:
trunk/packages/pptp/
trunk/packages/pptp/Makefile
Modified:
trunk/Makefile
Log:
Added PPTP (VPN) client
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-06-24 15:02:57 UTC (rev 1929)
+++ trunk/Makefile 2007-06-25 10:59:46 UTC (rev 1930)
@@ -260,7 +260,7 @@
ch-tcpwrappers ch-portmap ch-nfs-utils \
ch-traceroute ch-rsync ch-jhalfs ch-sudo ch-bc ch-dialog ch-ncftp \
ch-device-mapper ch-LVM2 ch-dmraid \
- ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe \
+ ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-pptp \
ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-brltty \
ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol
ch-ddccontrol-db \
Added: trunk/packages/pptp/Makefile
===================================================================
--- trunk/packages/pptp/Makefile (rev 0)
+++ trunk/packages/pptp/Makefile 2007-06-25 10:59:46 UTC (rev 1930)
@@ -0,0 +1,29 @@
+# pptp Makefile
+
+NM= pptp
+VRS= 1.7.1
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://kent.dl.sourceforge.net/sourceforge/pptpclient/$(FILE)
+SHA-$(FILE)= cc2e4f40c5e3316bede41ec0a092a32025682851
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+ chroot "$(MP)" $(chenv-blfs) \
+ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+ $(std_build)
+
+compile-stage2:
+ make OPTIMIZE="$(CFLAGS)"
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page