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 / libexif / libexif.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libexif/libexif.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libexif/libexif.mk
new file mode 100644 (file)
index 0000000..a71c117
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libexif
+#
+################################################################################
+
+LIBEXIF_VERSION = 0.6.21
+LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
+LIBEXIF_SITE = http://downloads.sourceforge.net/project/libexif/libexif/$(LIBEXIF_VERSION)
+LIBEXIF_INSTALL_STAGING = YES
+LIBEXIF_DEPENDENCIES = host-pkgconf
+LIBEXIF_LICENSE = LGPLv2.1+
+LIBEXIF_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))