core/dhcpcd/Pkgfile

21 lines
475 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
2008-10-20 18:29:34 +02:00
version=4.0.2
2006-12-15 09:19:23 +01:00
release=1
2008-01-15 19:04:27 +01:00
source=(http://roy.marples.name/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
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
}