           SPELL=enet
         VERSION=1.3.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.bespin.org/download/${SOURCE}
     SOURCE_HASH=sha512:2f75b59cc3c7c45df73a03fa4a98449d8ac06e5c7302035d7e2cf87f8520f51f74d7bdd1c1a9c1263e95296d2b3bf495fb12f05c7af08ba945234db76358806d
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
