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
|
|
|
|
2019-04-28 12:09:31 +02:00
|
|
|
MINICOM_VERSION = 1e84585e8e7710677b6ff9a70dce5f3ad3e23540
|
2018-08-31 15:38:19 +02:00
|
|
|
MINICOM_SITE = https://salsa.debian.org/minicom-team/minicom.git
|
|
|
|
MINICOM_SITE_METHOD = git
|
2017-03-30 15:43:32 +02:00
|
|
|
MINICOM_LICENSE = GPL-2.0+
|
2012-08-01 09:06:58 +02:00
|
|
|
MINICOM_LICENSE_FILES = COPYING
|
2018-08-31 15:38:19 +02:00
|
|
|
MINICOM_AUTORECONF = YES
|
2012-03-09 14:18:03 +01:00
|
|
|
|
2018-08-31 15:38:19 +02:00
|
|
|
MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
2019-04-28 12:09:31 +02:00
|
|
|
$(TARGET_NLS_DEPENDENCIES) host-pkgconf
|
2018-08-31 15:38:19 +02:00
|
|
|
# add host-gettext for AM_ICONV macro
|
|
|
|
MINICOM_DEPENDENCIES += host-gettext
|
|
|
|
|
|
|
|
# Autoreconf requires an existing m4 directory
|
|
|
|
define MINICOM_MKDIR_M4
|
|
|
|
mkdir -p $(@D)/m4
|
|
|
|
endef
|
|
|
|
MINICOM_POST_PATCH_HOOKS += MINICOM_MKDIR_M4
|
2012-03-09 14:18:03 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|