From 6d9b4cb0e7b56cc80a2696947573f0123c613062 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 27 Jan 2009 20:34:13 +0100 Subject: libexif: updated to 0.6.17 --- packages/libexif/libexif_0.6.17.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/libexif/libexif_0.6.17.bb (limited to 'packages/libexif') diff --git a/packages/libexif/libexif_0.6.17.bb b/packages/libexif/libexif_0.6.17.bb new file mode 100644 index 0000000000..2f896352db --- /dev/null +++ b/packages/libexif/libexif_0.6.17.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" +HOMEPAGE = "http://sourceforge.net/projects/libexif" +SECTION = "libs" +LICENSE = "LGPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" + +inherit autotools + +do_configure_append() { + sed -i s:doc\ binary:binary:g Makefile +} + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3