source: custom/examples/960-pppd@ d55a1a1

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since d55a1a1 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
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
9PKG="ppp"
10PKG_VERSION="2.4.4"
11PKG_FILE="ppp-${PKG_VERSION}.tar.gz"
12URL="ftp://ftp.samba.org/pub/ppp/${PKG_FILE}"
13MD5="83800762e266132218b204dfb428d29"
14PATCH1=""
15
16( cat << "xEOFx"
17./configure --prefix=/usr &&
18make
19
20make install &&
21make install-etcppp
22
23xEOFx
24) > tmp
Note: See TracBrowser for help on using the repository browser.