core/dhcpcd/Pkgfile

22 lines
505 B
Plaintext
Raw Normal View History

2006-12-15 09:19:23 +01:00
# Description: An RFC2131-compliant DHCP client daemon
2008-01-15 19:04:27 +01:00
# URL: http://roy.marples.name/dhcpcd
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=dhcpcd
2009-07-04 19:47:46 +02:00
version=5.0.5
2006-12-15 09:19:23 +01:00
release=1
2008-10-25 05:33:36 +02:00
source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-09-17 10:46:40 +02:00
2009-05-11 12:06:33 +02:00
export PREFIX=/
2008-09-17 10:46:40 +02:00
export LIBEXECDIR=/lib/dhcpcd
export DBDIR=/var/lib/dhcpcd
export MANPREFIX=/usr
export SYSCONFDIR=/etc/dhcpcd
2008-03-16 10:41:56 +01:00
make CSTD=gnu99
2008-09-17 10:46:40 +02:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}