aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libexif/libexif.inc
blob: 0a2b422fc8d1c79e8e97502d11039c0a44f2390d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 

do_configure_append() {
    sed -i s:doc\ binary:binary:g Makefile
}