12 lines
424 B
Makefile
12 lines
424 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="enet"
|
|
PKG_VERSION="3340d1cf85f2c917eba29d179854c24a31dd37e2"
|
|
PKG_SITE="https://github.com/lsalzman/enet"
|
|
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
|
|
PKG_LICENSE=""
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A network communication layer on top of UDP (User Datagram Protocol)."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|