           SPELL=enet
         VERSION=1.3.5
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.bespin.org/download/${SOURCE}
     SOURCE_HASH=sha512:e832cdf068a73ee0028b144d10917b8a824867d8a5b95f03256236225a45085eb0fe93d5b2d8e9f742b9d02e7be8ecea41683547685acfc663b0bdb5efba6d4f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://enet.bespin.org/index.html"
      LICENSE[0]=MIT
         ENTERED=20120414
           SHORT="a relatively thin, simple and robust network communication layer on top of UDP"
cat << EOF
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.

ENet omits certain higher level networking features such as authentication,
lobbying, server discovery, encryption, or other similar tasks that are
particularly application specific so that the library remains flexible,
portable, and easily embeddable.
EOF
