2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-03-09 14:18:03 +01:00
|
|
|
#
|
|
|
|
# minicom
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2014-01-01 15:04:12 +01:00
|
|
|
MINICOM_VERSION = 2.7
|
2014-07-31 10:46:58 +02:00
|
|
|
MINICOM_SITE = http://sources.buildroot.net
|
2012-08-01 09:06:58 +02:00
|
|
|
MINICOM_LICENSE = GPLv2+
|
|
|
|
MINICOM_LICENSE_FILES = COPYING
|
2012-03-09 14:18:03 +01:00
|
|
|
|
|
|
|
# pkg-config is only used to check for liblockdev, which we don't have
|
2012-10-22 17:47:52 +02:00
|
|
|
# in BR, so instead of adding host-pkgconf as a dependency, simply
|
2012-03-09 14:18:03 +01:00
|
|
|
# make sure the host version isn't used so we don't end up with problems
|
|
|
|
# if people have liblockdev1-dev installed
|
|
|
|
MINICOM_CONF_ENV = PKG_CONFIG=/bin/false
|
|
|
|
|
|
|
|
MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv)
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|