           SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
         VERSION=4.0.0-rc1
     SOURCE_HASH=sha512:c28d75744d615f91c8635c9195786f95ab7b52081f43c4af26cac918c114ff73a699cd0560972d7d11475330a7fa2c90fef0b3ca237a546042ee8e3eb2ef1a73
else
         VERSION=3.2.3
     SOURCE_HASH=sha512:a491f6a01a4fc17be2135442f175f04a9d37fd5282b56d241a10eb3660979dc00c5652e77834adba13193be6bd750a3cf8d9f3b25569b0cf54f16afa230c4222
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
