Files
Arch-R/packages/tools/mtools/package.mk
heitbaum 6deffed349 mtools: update to 4.0.37
update 4.0.36 (2021-11-21) to 4.0.37 (2022-01-08)

Improvements since the 4.0.36 release are:
- Removed mclasserase commands, which doesn't fit the coding
  structure of the rest of mtools
- Add support to -i option to mcd
- Document -i flag in mtools.1
- Fix a missing command error in floppyd_io.c

announcement:
- https://lists.gnu.org/archive/html/info-mtools/2022-01/msg00000.html
2022-02-05 04:36:28 +00:00

14 lines
569 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.37"
PKG_SHA256="799b197e23e47b61259628810b27790efb7a1fe36037ef1da8a27b0ae4fa8342"
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"