summaryrefslogtreecommitdiff
path: root/recipes/lcms
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 20:56:09 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 20:56:09 +0100
commit6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch)
tree00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /recipes/lcms
parentdcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff)
parent6f854d71c347475d53d5080a5490625345d95d12 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/lcms')
-rw-r--r--recipes/lcms/lcms-native_1.17.bb5
-rw-r--r--recipes/lcms/lcms_1.13.bb10
-rw-r--r--recipes/lcms/lcms_1.17.bb14
3 files changed, 29 insertions, 0 deletions
diff --git a/recipes/lcms/lcms-native_1.17.bb b/recipes/lcms/lcms-native_1.17.bb
new file mode 100644
index 0000000000..e5771ca26a
--- /dev/null
+++ b/recipes/lcms/lcms-native_1.17.bb
@@ -0,0 +1,5 @@
+require lcms_${PV}.bb
+
+PR = "r0"
+
+inherit native
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}
+}
diff --git a/recipes/lcms/lcms_1.17.bb b/recipes/lcms/lcms_1.17.bb
new file mode 100644
index 0000000000..2336142a23
--- /dev/null
+++ b/recipes/lcms/lcms_1.17.bb
@@ -0,0 +1,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
+}