mtools: switch from toolchain:host depend

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-09-29 13:09:56 -04:00
parent 1ce1173bcb
commit 6162458d40

View File

@ -8,6 +8,6 @@ PKG_SHA256="0b008a96bd0efe0e542fa4383d469af66bc4a93394990b103730a8160a67d618"
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_DEPENDS_HOST="autotools:host"
PKG_LONGDESC="mtools: A collection of utilities to access MS-DOS disks"
PKG_TOOLCHAIN="autotools"