2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since ac35c8e was 781acdc, checked in by George Boudreau <georgeb@…>, 18 years ago |
Add a few more examples for custom builds
|
-
Property mode
set to
100644
|
File size:
479 bytes
|
Rev | Line | |
---|
[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 |
|
---|
| 9 | PKG="ppp"
|
---|
| 10 | PKG_VERSION="2.4.4"
|
---|
| 11 | PKG_FILE="ppp-${PKG_VERSION}.tar.gz"
|
---|
| 12 | URL="ftp://ftp.samba.org/pub/ppp/${PKG_FILE}"
|
---|
| 13 | MD5="83800762e266132218b204dfb428d29"
|
---|
| 14 | PATCH1=""
|
---|
| 15 |
|
---|
| 16 | ( cat << "xEOFx"
|
---|
| 17 | ./configure --prefix=/usr &&
|
---|
| 18 | make
|
---|
| 19 |
|
---|
| 20 | make install &&
|
---|
| 21 | make install-etcppp
|
---|
| 22 |
|
---|
| 23 | xEOFx
|
---|
| 24 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.