aboutsummaryrefslogtreecommitdiffstats
path: root/packages/conserver/conserver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/conserver/conserver.inc')
-rw-r--r--packages/conserver/conserver.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/conserver/conserver.inc b/packages/conserver/conserver.inc
new file mode 100644
index 0000000000..6677e0d038
--- /dev/null
+++ b/packages/conserver/conserver.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Conserver provides remote access to serial port \
+consoles and logs all data to a central host."
+HOMEPAGE = "http://www.conserver.com/"
+SECTION = "console/network"
+LICENSE = "BSD"
+SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
+
+inherit autotools
+
+#
+# Stop install being called with -s so it doesn't try and run the host strip command
+#
+EXTRA_OEMAKE=" INSTALL_PROGRAM=install"