diff options
Diffstat (limited to 'recipes/lcms/lcms_1.13.bb')
-rw-r--r-- | recipes/lcms/lcms_1.13.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/lcms/lcms_1.13.bb b/recipes/lcms/lcms_1.13.bb new file mode 100644 index 0000000000..af1869e75d --- /dev/null +++ b/recipes/lcms/lcms_1.13.bb @@ -0,0 +1,10 @@ +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" + +inherit autotools pkgconfig + +do_stage() { + oe_libinstall -a -so -C src/.libs/ liblcms ${STAGING_LIBDIR} +} |