blob: e91e6d8347b1f3ad07770922c6a20d6c8aed9088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Exiv2 is a C++ library and a command line utility to access image metadata."
LICENSE = "GPL"
DEPENDS = "tiff zlib"
SRC_URI = "http://www.exiv2.org/exiv2-${PV}.tar.gz"
inherit autotools pkgconfig lib_package
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "bb18d19e1d6fb255dadda456cadec00e"
SRC_URI[sha256sum] = "b72d82e9117308063471993f3832e58064c0599dec3df2bf2a7ce54450984a3e"
|