# Description: Standalone client from dhcp package # URL: ftp://ftp.isc.org/isc/dhcp # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=dhclient version=3.0.5 release=1 source=(arch-nm.patch ftp://ftp.isc.org/isc/dhcp/dhcp-$version.tar.gz) build() { cd dhcp-$version patch -p1 < ../arch-nm.patch ./configure cd work*/minires make cd ../dst && make cd ../omapip && make cd ../common && make cd ../client make DESTDIR=$PKG install }