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 / tcllib / tcllib.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/tcllib/tcllib.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/tcllib/tcllib.mk
new file mode 100644 (file)
index 0000000..9eb3b7d
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# tcllib
+#
+################################################################################
+
+TCLLIB_VERSION = 1.13
+TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
+TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
+TCLLIB_LICENSE = tcl license
+TCLLIB_LICENSE_FILES = license.terms
+TCLLIB_DEPENDENCIES = host-tcl
+TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)"
+
+$(eval $(autotools-package))