           SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
         VERSION=4.0.1
     SOURCE_HASH=sha512:4038f0f3f8e509e84d514a428faedfc42e4442ede43bc2ba5e49c1932af02ef8380d9b9aa1e896b2712e78ae90464a76e3df84ce664357d33867c5838a7c551b
else
         VERSION=4.0.1
     SOURCE_HASH=sha512:4038f0f3f8e509e84d514a428faedfc42e4442ede43bc2ba5e49c1932af02ef8380d9b9aa1e896b2712e78ae90464a76e3df84ce664357d33867c5838a7c551b
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://roy.marples.name/$SPELL/$SOURCE
        WEB_SITE=http://roy.marples.name/dhcpcd/
         LICENSE=GPL
         ENTERED=20011126
        KEYWORDS="net"
           SHORT="RFC2131 compliant DHCP client/daemon"
cat << EOF
dhcpcd is an RFC2131-, RFC2132-, and RFC1541-compliant DHCP client
daemon. It gets an IP address and other information from the DHCP
server, automatically configures the network interface, and tries to
renew the lease time according to RFC2131 or RFC1541.

DHCPCD is now hosted at BerliOS and has new maintainers.
EOF
