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:
549 bytes
|
Line | |
---|
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.