[Lunar-commits] <moonbase> xcalib: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Feb 27 02:23:07 CET 2009
commit 5efde5e717d7a5cc3d4c1416afa6d51e820888d7
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 26 20:23:07 2009 -0500
xcalib: initial import.
---
x11-utils/xcalib/BUILD | 14 ++++++++++++++
x11-utils/xcalib/DETAILS | 15 +++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/x11-utils/xcalib/BUILD b/x11-utils/xcalib/BUILD
new file mode 100644
index 0000000..a4c4cb0
--- /dev/null
+++ b/x11-utils/xcalib/BUILD
@@ -0,0 +1,14 @@
+(
+
+ sedit "s:local/bin/:bin/:g" Makefile
+ sedit "s:0644:755:" Makefile
+
+ default_make
+
+ if [ ! -d /usr/share/color/icc ]; then
+ mkdir /usr/share/color/icc
+ fi &&
+
+ cp *.icc /usr/share/color/icc/
+
+) > $C_FIFO 2>&1
diff --git a/x11-utils/xcalib/DETAILS b/x11-utils/xcalib/DETAILS
new file mode 100644
index 0000000..b936c03
--- /dev/null
+++ b/x11-utils/xcalib/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=xcalib
+ VERSION=source
+ SUB_VER=0.8
+ SOURCE=$MODULE-$VERSION-$SUB_VER.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER
+ SOURCE_VFY=sha1:93565ff3df6cf78fd8d1cbeefd094aea6ba070fd
+ WEB_SITE=http://xcalib.sourceforge.net/
+ ENTERED=20090226
+ UPDATED=20090226
+ SHORT="monitor calibration loader"
+
+cat << EOF
+xcalib is a tiny monitor calibration loader for XFree86 (or X.org).
+EOF
More information about the Lunar-commits
mailing list