2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since b533b78 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
510 bytes
|
Line | |
---|
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="http://samba.org/ftp/ppp/${PKG_FILE}"
|
---|
13 | MD5="183800762e266132218b204dfb428d29"
|
---|
14 | for i in PATCH{1..10}; do
|
---|
15 | unset $i
|
---|
16 | done
|
---|
17 |
|
---|
18 | ( cat << "xEOFx"
|
---|
19 | ./configure --prefix=/usr &&
|
---|
20 | make
|
---|
21 |
|
---|
22 | make install &&
|
---|
23 | make install-etcppp
|
---|
24 |
|
---|
25 | xEOFx
|
---|
26 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.