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
|
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 |
|
---|
6 | PKG="ppp"
|
---|
7 | PKG_VERSION="2.4.7"
|
---|
8 | PKG_FILE="ppp-${PKG_VERSION}.tar.gz"
|
---|
9 | URL="http://samba.org/ftp/ppp/${PKG_FILE}"
|
---|
10 | MD5="78818f40e6d33a1d1de68a1551f6595a"
|
---|
11 | for i in PATCH{1..10}; do
|
---|
12 | unset $i
|
---|
13 | done
|
---|
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.