mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
17 lines
472 B
Makefile
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))
|