source: custom/examples/964-hdcpcd@ 1330ebc

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 1330ebc was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 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
9PKG="dhcpcd"
10PKG_VERSION="2.0.8"
11PKG_FILE="dhcpcd-${PKG_VERSION}.tar.bz2"
12URL="ftp://ftp.osuosl.org/pub/gentoo/distfiles/${PKG_FILE}"
13MD5="ec91c33b6d9cb46a42f9564e573fd249"
14for i in PATCH{1..10}; do
15 unset $i
16done
17
18( cat << "xEOFx"
19
20./configure --prefix="" --mandir=/usr/share/man &&
21make
22
23make install &&
24chmod -v 754 /etc/dhcpc/dhcpcd.exe
25
26xEOFx
27) > tmp
Note: See TracBrowser for help on using the repository browser.