source: custom/examples/960-pppd@ e06a0d3

new_features
Last change on this file since e06a0d3 was 99ba6d8, checked in by Pierre Labastie <pierre@…>, 9 years ago

Merge trunk up to r3857

  • Property mode set to 100644
File size: 510 bytes
RevLine 
[781acdc]1#
2# $Id$
3#
4# The PPP package contains the pppd daemon and the chat program.
5# This is used for connecting to other machines; often for connecting
6# to the Internet via a dial-up or PPPoE connection to an ISP.
7#
8
9PKG="ppp"
[99ba6d8]10PKG_VERSION="2.4.7"
[781acdc]11PKG_FILE="ppp-${PKG_VERSION}.tar.gz"
[dcf0e25]12URL="http://samba.org/ftp/ppp/${PKG_FILE}"
[99ba6d8]13MD5="78818f40e6d33a1d1de68a1551f6595a"
[dcf0e25]14for i in PATCH{1..10}; do
15 unset $i
16done
[781acdc]17
18( cat << "xEOFx"
19./configure --prefix=/usr &&
20make
21
22make install &&
23make install-etcppp
24
25xEOFx
26) > tmp
Note: See TracBrowser for help on using the repository browser.