mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
15 lines
602 B
Makefile
15 lines
602 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="mtools"
|
|
PKG_VERSION="4.0.44"
|
|
PKG_SHA256="37dc4df022533c3d4b2ec1c78973c27c7e8b585374c2d46ab64c6a3db31eddb8"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.gnu.org/software/mtools/"
|
|
PKG_URL="http://ftpmirror.gnu.org/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_HOST="toolchain:host"
|
|
PKG_LONGDESC="mtools: A collection of utilities to access MS-DOS disks"
|
|
PKG_TOOLCHAIN="autotools"
|
|
PKG_BUILD_FLAGS="-cfg-libs:host"
|