mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Rewrap net-libs DESCRIPTIONs
This commit is contained in:
@@ -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
|
||||
"
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user