core/dhcpcd/Pkgfile

15 lines
350 B
Plaintext

# Description: An RFC2131-compliant DHCP client daemon
# URL: http://roy.marples.name/dhcpcd
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=dhcpcd
version=3.1.9
release=1
source=(http://roy.marples.name/dhcpcd/$name-$version.tar.bz2)
build () {
cd $name-$version
make
make DESTDIR=$PKG MANPREFIX=/usr install
}