collectd: Add service file
[buildroot-gz.git] / package / minicom / minicom.mk
blob94a46286590ab78af5140e4c5f6749655f3e59d6
1 ################################################################################
3 # minicom
5 ################################################################################
7 MINICOM_VERSION = 2.7
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))