summaryrefslogtreecommitdiffstats
path: root/package/libserial/libserial.mk
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-04-23 04:52:39 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-23 20:37:42 +0200
commit85ffab574935ae07c090e05b5d720e1fb76569c7 (patch)
treee2946cb45486a88633104034d63bf37ff05be9ae /package/libserial/libserial.mk
parentadc231d6a15dd3d2cdc18190c9befaa655bba7ad (diff)
downloadbuildroot-novena-85ffab574935ae07c090e05b5d720e1fb76569c7.tar.gz
buildroot-novena-85ffab574935ae07c090e05b5d720e1fb76569c7.zip
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>
Diffstat (limited to 'package/libserial/libserial.mk')
-rw-r--r--package/libserial/libserial.mk13
1 files changed, 13 insertions, 0 deletions
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))