aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libexif/libexif.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libexif/libexif.inc')
-rw-r--r--recipes/libexif/libexif.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libexif/libexif.inc b/recipes/libexif/libexif.inc
new file mode 100644
index 0000000000..9284d19edf
--- /dev/null
+++ b/recipes/libexif/libexif.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
+HOMEPAGE = "http://sourceforge.net/projects/libexif"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "gettext"
+INC_PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_configure_append() {
+ sed -i s:doc\ binary:binary:g Makefile
+}