core/dhcpcd/Pkgfile

18 lines
458 B
Plaintext

# Description: An RFC2131-, RFC2132-, and RFC1541-compliant DHCP client daemon
# URL: http://www.phystech.com/download/dhcpcd.html
# Maintainer: Per Lidén, core-ports at crux dot nu
name=dhcpcd
version=1.3.22-pl4
release=2
source=(http://www.phystech.com/ftp/$name-$version.tar.gz \
$name-$version.patch)
build () {
cd $name-$version
patch -p1 < ../$name-$version.patch
./configure --prefix=/
make
make DESTDIR=$PKG install
}