distribution/packages/apps/moonlight/enet/package.mk

13 lines
428 B
Makefile
Raw Normal View History

2022-05-26 22:14:52 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="enet"
2022-05-27 21:21:03 +00:00
PKG_VERSION="3340d1cf85f2c917eba29d179854c24a31dd37e2"
2022-05-26 22:14:52 +00:00
PKG_SITE="https://github.com/lsalzman/enet"
2023-02-24 13:53:43 +00:00
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
2022-05-26 22:14:52 +00:00
PKG_LICENSE=""
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A network communication layer on top of UDP (User Datagram Protocol)."
PKG_TOOLCHAIN="autotools"