mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/enet/Config.in
Normal file
16
package/enet/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_ENET
|
||||
bool "enet"
|
||||
help
|
||||
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.
|
||||
|
||||
http://enet.bespin.org
|
||||
3
package/enet/enet.hash
Normal file
3
package/enet/enet.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870 enet-1.3.14.tar.gz
|
||||
sha256 eebe647a9ef7e596b0e8b9216c215f169d762af1a27904a87bc2e05b83735d35 LICENSE
|
||||
14
package/enet/enet.mk
Normal file
14
package/enet/enet.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# enet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ENET_VERSION = 1.3.14
|
||||
ENET_SITE = http://enet.bespin.org/download
|
||||
ENET_LICENSE = MIT
|
||||
ENET_LICENSE_FILES = LICENSE
|
||||
|
||||
ENET_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user