Files
Arch-R/packages/virtual/libc/package.mk

19 lines
582 B
Makefile
Raw Normal View History

2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2019-03-15 08:27:09 +00:00
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libc"
PKG_VERSION=""
PKG_LICENSE="GPL"
2018-05-14 09:34:26 +02:00
PKG_SITE="https://libreelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain glibc libxcrypt tz libidn2"
PKG_DEPENDS_INIT="toolchain glibc:init"
PKG_SECTION="virtual"
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
if [ "${ARM_MEM_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" arm-mem"
PKG_DEPENDS_INIT+=" arm-mem:init"
fi