mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 03:46:19 +00:00
14 lines
510 B
Makefile
14 lines
510 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libuv"
|
|
PKG_VERSION="1.44.2"
|
|
PKG_SHA256="e6e2ba8b4c349a4182a33370bb9be5e23c51b32efb9b9e209d0e8556b73a48da"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libuv/libuv"
|
|
PKG_URL="https://github.com/libuv/libuv/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Multi-platform support library with a focus on asynchronous I/O"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DLIBUV_BUILD_TESTS=OFF"
|