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 / libid3tag / libid3tag.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libid3tag/libid3tag.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libid3tag/libid3tag.mk
new file mode 100644 (file)
index 0000000..2cd7820
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libid3tag
+#
+################################################################################
+
+LIBID3TAG_VERSION = 0.15.1b
+LIBID3TAG_SITE = http://downloads.sourceforge.net/project/mad/libid3tag/$(LIBID3TAG_VERSION)
+LIBID3TAG_LICENSE = GPLv2+
+LIBID3TAG_LICENSE_FILES = COPYING COPYRIGHT
+LIBID3TAG_INSTALL_STAGING = YES
+LIBID3TAG_DEPENDENCIES = zlib
+LIBID3TAG_LIBTOOL_PATCH = NO
+
+$(eval $(autotools-package))