The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xterm / xterm.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/xterm/xterm.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/xterm/xterm.mk
new file mode 100644 (file)
index 0000000..56f692d
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# xterm
+#
+################################################################################
+
+XTERM_VERSION = 314
+XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
+XTERM_SITE = ftp://invisible-island.net/xterm
+XTERM_DEPENDENCIES = ncurses xlib_libXaw
+XTERM_LICENSE = MIT
+XTERM_LICENSE_FILES = version.c
+XTERM_CONF_OPTS = --enable-256-color
+
+$(eval $(autotools-package))