source: custom/examples/960-pppd

trunk
Last change on this file was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

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