You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
463 B
15 lines
463 B
################################################################################
|
|
#
|
|
# mtools
|
|
#
|
|
################################################################################
|
|
|
|
MTOOLS_VERSION = 4.0.40
|
|
MTOOLS_DIR = mtools-$(MTOOLS_VERSION)
|
|
MTOOLS_SOURCE = mtools-$(MTOOLS_VERSION).tar.gz
|
|
MTOOLS_SITE = $(GNU_MIRROR)/mtools
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
host-mtools: | $(HOST_DIR)
|
|
$(call host-autotools-package)
|
|
|