2.3
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since fd48886 was fd48886, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago |
Tagged 2.3 release.
|
-
Property mode
set to
100644
|
File size:
549 bytes
|
Rev | Line | |
---|
[fd48886] | 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 | for i in PATCH{1..10}; do
|
---|
| 15 | unset $i
|
---|
| 16 | done
|
---|
| 17 |
|
---|
| 18 | ( cat << "xEOFx"
|
---|
| 19 |
|
---|
| 20 | ./configure --prefix="" --mandir=/usr/share/man &&
|
---|
| 21 | make
|
---|
| 22 |
|
---|
| 23 | make install &&
|
---|
| 24 | chmod -v 754 /etc/dhcpc/dhcpcd.exe
|
---|
| 25 |
|
---|
| 26 | xEOFx
|
---|
| 27 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.