mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
19 lines
600 B
Makefile
19 lines
600 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="enet"
|
|
PKG_VERSION="e33ca1d"
|
|
PKG_SHA256="0ba5547de2c4c7fc79d367179a9bc92a7ac27e9258dd50fb277cd8761afaf9b0"
|
|
PKG_LICENSE=""
|
|
PKG_SITE="https://github.com/cgutman/enet/"
|
|
PKG_URL="https://github.com/cgutman/enet/archive/$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A network communication layer on top of UDP (User Datagram Protocol)."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
|
|
|
post_makeinstall_target() {
|
|
rm -r $INSTALL
|
|
}
|