           SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
         VERSION=5.0.4
     SOURCE_HASH=sha512:d1b71fa1150cac2d4368765cd231845abadc441725f1978ae23dd5e69447a2988db010d3c5bb075a3571c576d6761dc5e87383ec3ef0288a61e826dd0efc8336
else
         VERSION=5.0.4
     SOURCE_HASH=sha512:d1b71fa1150cac2d4368765cd231845abadc441725f1978ae23dd5e69447a2988db010d3c5bb075a3571c576d6761dc5e87383ec3ef0288a61e826dd0efc8336
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
