kumquat-buildroot/package/libserial/libserial.mk
Simon Dawson 85ffab5749 libserial: new package
Note that the Python binding is disabled; we can't build this in Buildroot
without the sipconfig Python module for the host.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-23 20:37:42 +02:00

14 lines
353 B
Makefile

#############################################################
#
# libserial
#
#############################################################
LIBSERIAL_VERSION = 0.6.0rc1
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
LIBSERIAL_INSTALL_STAGING = YES
LIBSERIAL_LICENSE = GPLv2+
LIBSERIAL_LICENSE_FILES = COPYING
$(eval $(autotools-package))