ablfs-more
trunk
Last change
on this file since 875366f 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
|
Rev | Line | |
---|
[781acdc] | 1 | # The PPP package contains the pppd daemon and the chat program.
|
---|
[2e1c1c3] | 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.
|
---|
[781acdc] | 4 | #
|
---|
| 5 |
|
---|
| 6 | PKG="ppp"
|
---|
[9543675] | 7 | PKG_VERSION="2.4.7"
|
---|
[781acdc] | 8 | PKG_FILE="ppp-${PKG_VERSION}.tar.gz"
|
---|
[dcf0e25] | 9 | URL="http://samba.org/ftp/ppp/${PKG_FILE}"
|
---|
[9543675] | 10 | MD5="78818f40e6d33a1d1de68a1551f6595a"
|
---|
[dcf0e25] | 11 | for i in PATCH{1..10}; do
|
---|
| 12 | unset $i
|
---|
| 13 | done
|
---|
[781acdc] | 14 |
|
---|
| 15 | ( cat << "xEOFx"
|
---|
| 16 | ./configure --prefix=/usr &&
|
---|
| 17 | make
|
---|
| 18 |
|
---|
| 19 | make install &&
|
---|
| 20 | make install-etcppp
|
---|
| 21 |
|
---|
| 22 | xEOFx
|
---|
| 23 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.