2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since b1607e2 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:
516 bytes
|
Rev | Line | |
---|
[781acdc] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
| 4 | # dhcpcd is an implementation of the DHCP client specified in RFC2131.
|
---|
| 5 | # This is useful for connecting your computer to a network which uses
|
---|
| 6 | # DHCP to assign network addresses.
|
---|
| 7 | #
|
---|
| 8 |
|
---|
| 9 | PKG="dhcpcd"
|
---|
| 10 | PKG_VERSION="2.0.8"
|
---|
| 11 | PKG_FILE="dhcpcd-${PKG_VERSION}.tar.bz2"
|
---|
| 12 | URL="ftp://ftp.osuosl.org/pub/gentoo/distfiles/${PKG_FILE}"
|
---|
| 13 | MD5="ec91c33b6d9cb46a42f9564e573fd249"
|
---|
| 14 | PATCH1=""
|
---|
| 15 |
|
---|
| 16 | ( cat << "xEOFx"
|
---|
| 17 |
|
---|
| 18 | ./configure --prefix="" --mandir=/usr/share/man &&
|
---|
| 19 | make
|
---|
| 20 |
|
---|
| 21 | make install &&
|
---|
| 22 | chmod -v 754 /etc/dhcpc/dhcpcd.exe
|
---|
| 23 |
|
---|
| 24 | xEOFx
|
---|
| 25 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.