Rewrap net-libs DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:57 -05:00
parent e57e716c2d
commit fd12006470
3 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,13 @@
DESCRIPTION="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."
SUMMARY="ENet is simple and robust network communication layer."
DESCRIPTION="
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.
"
HOMEPAGE="http://enet.bespin.org"
SRC_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
CHECKSUM_MD5="3ea50cc5f2f4bbea32abae0d50b64e3c"
@@ -66,4 +73,4 @@ PROVIDES_devel="
REQUIRES_devel="
enet$secondaryArchSuffix == $portVersion base
"
"