core/dhcpcd/Pkgfile

15 lines
350 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-01-15 19:04:27 +01:00
version=3.1.9
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
make
2007-11-26 09:43:09 +01:00
make DESTDIR=$PKG MANPREFIX=/usr install
2006-02-23 16:26:10 +01:00
}