From 85ffab574935ae07c090e05b5d720e1fb76569c7 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Tue, 23 Apr 2013 04:52:39 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/libserial/libserial.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libserial/libserial.mk (limited to 'package/libserial/libserial.mk') diff --git a/package/libserial/libserial.mk b/package/libserial/libserial.mk new file mode 100644 index 000000000..a83543907 --- /dev/null +++ b/package/libserial/libserial.mk @@ -0,0 +1,13 @@ +############################################################# +# +# 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)) -- cgit v1.2.3