aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libexif/libexif_0.6.9.bb
blob: c40edc4c950d6ae0aa534c7e04844e3de1a7562e (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"
LICENSE = "LGPL"
SECTION = "libs"
MAINTAINER = "Eddy Pronk <epronk@muftor.com>"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}