[Lunar-commits] <moonbase> lcms2: Adding to moonbase and it does not conflict with lcms.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon May 10 18:35:23 CEST 2010
commit 9a044f426b7e84768a68c712c97b6a599c8a2198
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon May 10 12:35:23 2010 -0400
lcms2: Adding to moonbase and it does not conflict with lcms.
---
libs/lcms2/BUILD | 7 +++++++
libs/lcms2/DEPENDS | 5 +++++
libs/lcms2/DETAILS | 15 +++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/libs/lcms2/BUILD b/libs/lcms2/BUILD
new file mode 100644
index 0000000..36a502b
--- /dev/null
+++ b/libs/lcms2/BUILD
@@ -0,0 +1,7 @@
+(
+
+ default_build &&
+
+ gather_docs doc/LCMSAPI.TXT doc/TUTORIAL.TXT
+
+) > $C_FIFO 2>&1
diff --git a/libs/lcms2/DEPENDS b/libs/lcms2/DEPENDS
new file mode 100644
index 0000000..8f4fe38
--- /dev/null
+++ b/libs/lcms2/DEPENDS
@@ -0,0 +1,5 @@
+depends Python
+
+optional_depends "tiff" "--with-tiff" "--without-tiff" "for tiff support"
+optional_depends "jpeg" "--with-jpeg" "--without-jpeg" "for jpeg support"
+optional_depends "zlib" "--with-zlib" "--without-zlib" "for zlib support"
diff --git a/libs/lcms2/DETAILS b/libs/lcms2/DETAILS
new file mode 100644
index 0000000..36eb7a6
--- /dev/null
+++ b/libs/lcms2/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=lcms2
+ VERSION=2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/lcms/$VERSION/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/lcms-$VERSION
+ SOURCE_VFY=sha1:21b6f47e99aa889b930954ec0c2e412e5e2032f1
+ WEB_SITE=http://www.littlecms.com
+ ENTERED=20100510
+ UPDATED=20100510
+ SHORT="A small, free color management system"
+
+cat << EOF
+Little cms intends to be a small-footprint, speed optimized color
+management engine in open source form.
+EOF
More information about the Lunar-commits
mailing list