mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 06:56:19 +00:00
f6b8906014
As with system-tools before. Use PKG_DEPENDS_CONFIG where appropriate.
16 lines
660 B
Makefile
16 lines
660 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="argtable2"
|
|
PKG_VERSION="2.13"
|
|
PKG_SHA256="8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="http://argtable.sourceforge.net/"
|
|
PKG_URL="https://downloads.sourceforge.net/project/argtable/argtable/argtable-${PKG_VERSION}/argtable2-${PKG_VERSION:2:4}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Argtable is an open source ANSI C library that parses GNU-style command-line options."
|
|
PKG_TOOLCHAIN="configure"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|