mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
See:
https://github.com/lsalzman/enet/blob/v1.3.18/ChangeLog
Update file hash due to update license dates:
2662c0de09
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
346 B
Makefile
15 lines
346 B
Makefile
################################################################################
|
|
#
|
|
# enet
|
|
#
|
|
################################################################################
|
|
|
|
ENET_VERSION = 1.3.18
|
|
ENET_SITE = http://enet.bespin.org/download
|
|
ENET_LICENSE = MIT
|
|
ENET_LICENSE_FILES = LICENSE
|
|
|
|
ENET_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|