diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-27 20:34:13 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-27 20:34:13 +0100 |
commit | 6d9b4cb0e7b56cc80a2696947573f0123c613062 (patch) | |
tree | 8506d032e3fece3078445c3acbeb5eec9577091a /packages/libexif | |
parent | 55475f550a375a9d32447a310ba1466d37e315a0 (diff) |
libexif: updated to 0.6.17
Diffstat (limited to 'packages/libexif')
-rw-r--r-- | packages/libexif/libexif_0.6.17.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |