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 / tslib / tslib.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/tslib/tslib.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/tslib/tslib.mk
new file mode 100644 (file)
index 0000000..1100247
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# tslib
+#
+################################################################################
+
+TSLIB_VERSION = 1.1
+TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)
+TSLIB_LICENSE = GPL, LGPL
+TSLIB_LICENSE_FILES = COPYING
+
+TSLIB_AUTORECONF = YES
+TSLIB_INSTALL_STAGING = YES
+TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
+
+$(eval $(autotools-package))