[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

16
package/enet/Config.in Normal file
View 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
View File

@ -0,0 +1,3 @@
# Locally computed
sha256 a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc enet-1.3.17.tar.gz
sha256 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3 LICENSE

14
package/enet/enet.mk Normal file
View File

@ -0,0 +1,14 @@
################################################################################
#
# enet
#
################################################################################
ENET_VERSION = 1.3.17
ENET_SITE = http://enet.bespin.org/download
ENET_LICENSE = MIT
ENET_LICENSE_FILES = LICENSE
ENET_INSTALL_STAGING = YES
$(eval $(autotools-package))