summaryrefslogtreecommitdiffstats
path: root/package/libexif/libexif.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libexif/libexif.mk')
-rw-r--r--package/libexif/libexif.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libexif/libexif.mk b/package/libexif/libexif.mk
new file mode 100644
index 000000000..17c44aff9
--- /dev/null
+++ b/package/libexif/libexif.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libexif
+#
+#############################################################
+
+LIBEXIF_VERSION = 0.6.20
+LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
+LIBEXIF_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libexif/libexif/$(LIBEXIF_VERSION)
+LIBEXIF_INSTALL_STAGING = YES
+LIBEXIF_CONF_OPT = --disable-docs
+LIBEXIF_DEPENDENCIES = host-pkg-config
+
+$(eval $(call AUTOTARGETS,package,libexif))