           SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
         VERSION=4.0.6
     SOURCE_HASH=sha512:e5528cd7c392c96bf4e4b2956cd57e4851e8839695f0c8e6f781dacc418e7aaed47f5ee1a6c908b1cdfdadc8fa93de300f117b51df7b1e53892272144b54bf8c
else
         VERSION=4.0.6
     SOURCE_HASH=sha512:e5528cd7c392c96bf4e4b2956cd57e4851e8839695f0c8e6f781dacc418e7aaed47f5ee1a6c908b1cdfdadc8fa93de300f117b51df7b1e53892272144b54bf8c
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://roy.marples.name/downloads/$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
