blob: 40888df6c36b8cd15f13df6598d0e1c2e1db522d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
inherit autotools pkgconfig
do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}
do_stage() {
autotools_stage_all
}
|