PKGNAME=mtools
PKGSEC=utils
PKGDEP="bash x11-lib"
PKGDES="A collection of utilities to access MS-DOS disks"

# Note: --enable-debug enables UI debug messages and does not control symbol
# generation.
#
# FIXME: --disable-new-vold, otherwise, ld returns error on undefined
# getVoldName symbol.
AUTOTOOLS_AFTER="--enable-xdf \
                 --enable-vold \
                 --disable-new-vold \
                 --disable-debug \
                 --enable-raw-term \
                 --enable-largefile \
                 --enable-floppyd \
                 --with-x"

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
