aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lcms/lcms_1.17.bb
blob: 2336142a23de894a3f05514e3b39b01dbffdf0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Little cms is a small-footprint, speed optimized color management engine."
SECTION = "libs"
LICENSE = "LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz"

PR = "r2"

inherit autotools

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
	autotools_stage_all
}