source: custom/examples/964-hdcpcd@ ac35c8e

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since ac35c8e 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
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"
14PATCH1=""
15
16( cat << "xEOFx"
17
18./configure --prefix="" --mandir=/usr/share/man &&
19make
20
21make install &&
22chmod -v 754 /etc/dhcpc/dhcpcd.exe
23
24xEOFx
25) > tmp
Note: See TracBrowser for help on using the repository browser.