1 ################################################################################
5 ################################################################################
8 MINICOM_SITE
= https
://alioth.debian.org
/frs
/download.php
/file
/3977
9 MINICOM_LICENSE
= GPLv2
+
10 MINICOM_LICENSE_FILES
= COPYING
12 # pkg-config is only used to check for liblockdev, which we don't have
13 # in BR, so instead of adding host-pkgconf as a dependency, simply make
14 # sure the host version isn't used so we don't end up with problems if
15 # people have liblockdev1-dev installed
16 MINICOM_CONF_ENV
= PKG_CONFIG
=/bin
/false
18 MINICOM_DEPENDENCIES
= ncurses
$(if
$(BR2_ENABLE_LOCALE
),,libiconv
)
20 $(eval
$(autotools-package
))