16 lines
652 B
Makefile
16 lines
652 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
# Copyright (C) 2023-present Fewtarius
|
|
|
|
PKG_NAME="file"
|
|
PKG_VERSION="b92eed4"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="http://www.darwinsys.com/file/"
|
|
PKG_URL="https://github.com/file/file/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST="toolchain"
|
|
PKG_DEPENDS_TARGET="toolchain file:host zlib"
|
|
PKG_LONGDESC="The file utility is used to determine the types of various files."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--enable-fsect-man5 --enable-static --disable-shared"
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-fsect-man5 --enable-static --disable-shared"
|