blob: c8b6ede7fb15131e0d75349643315d1463af078f (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Little cms is a small-footprint, speed optimized color management engine."
SECTION = "libs"
LICENSE = "LGPL"
SRC_URI = "http://www.littlecms.com/lcms-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|