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 / libmatroska / libmatroska.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libmatroska/libmatroska.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libmatroska/libmatroska.mk
new file mode 100644 (file)
index 0000000..5e2d9b1
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libmatroska
+#
+################################################################################
+
+LIBMATROSKA_VERSION = 1.4.2
+LIBMATROSKA_SOURCE = libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
+LIBMATROSKA_SITE = http://dl.matroska.org/downloads/libmatroska
+LIBMATROSKA_INSTALL_STAGING = YES
+LIBMATROSKA_LICENSE = LGPLv2.1+
+LIBMATROSKA_LICENSE_FILES = LICENSE.LGPL
+LIBMATROSKA_DEPENDENCIES = libebml host-pkgconf
+
+$(eval $(autotools-package))