diff options
Diffstat (limited to 'packages/nonworking/libexif/libexif_0.6.13.bb')
-rw-r--r-- | packages/nonworking/libexif/libexif_0.6.13.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/nonworking/libexif/libexif_0.6.13.bb b/packages/nonworking/libexif/libexif_0.6.13.bb new file mode 100644 index 0000000000..8382de84f5 --- /dev/null +++ b/packages/nonworking/libexif/libexif_0.6.13.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" +HOMEPAGE = "http://sourceforge.net/projects/libexif" +SECTION = "libs" +LICENSE = "LGPL" +PR = "r2" + +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 +} |