aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libexif/libexif_0.6.13.bb
blob: c5ff22d54c29c757059a85b4dfef2ad6ef5f1351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
LICENSE = "LGPL"
FILE_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
}