Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 114 - (show annotations)
Sun Oct 4 13:28:22 2009 UTC (3 years, 7 months ago) by cjg
File size: 487 byte(s)
import updates from CRUX current
1 # Description: An RFC2131-compliant DHCP client daemon
2 # URL: http://roy.marples.name/dhcpcd
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4
5 name=dhcpcd
6 version=4.0.10
7 release=1
8 source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2)
9
10 build () {
11 cd $name-$version
12
13 export LIBEXECDIR=/lib/dhcpcd
14 export DBDIR=/var/lib/dhcpcd
15 export MANPREFIX=/usr
16 export SYSCONFDIR=/etc/dhcpcd
17
18 make CSTD=gnu99
19 make DESTDIR=$PKG install
20 }
21