1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-16 21:50:16 +01:00
Files
operating-system/buildroot/package/libserial/libserial.mk
T
2018-03-17 23:47:00 +00:00

17 lines
472 B
Makefile

################################################################################
#
# libserial
#
################################################################################
LIBSERIAL_VERSION = 0.6.0rc2
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
LIBSERIAL_INSTALL_STAGING = YES
LIBSERIAL_LICENSE = GPL-2.0+
LIBSERIAL_LICENSE_FILES = COPYING
LIBSERIAL_DEPENDENCIES = boost
LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no
$(eval $(autotools-package))