[Lunar-commits] <moonbase> indi: moving to libindi, and they have switched to cmake.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Jan 18 19:56:54 CET 2009


commit 02279aa49adc16004e8dba2448e5093f5463092f
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 18 13:56:54 2009 -0500

    indi: moving to libindi, and they have switched to cmake.
---
 libs/indi/DETAILS    |   17 -----------------
 libs/libindi/BUILD   |    6 ++++++
 libs/libindi/DETAILS |   18 ++++++++++++++++++
 3 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/libs/indi/DETAILS b/libs/indi/DETAILS
deleted file mode 100644
index 597b8f3..0000000
--- a/libs/indi/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=indi
-         VERSION=0.5
-          SOURCE=indilib-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_VFY=sha1:b5ff00359b2de80c2cc7b253d278cff3be20b150
-        WEB_SITE=http://indi.sourceforge.net/index.php/Main_Page
-         ENTERED=20071027
-         UPDATED=20071027
-           SHORT="instrument neutral distributed interface control protocol"
-
-cat << EOF
-NDI is a distributed control protocol designed to operate astronomical
-instrumentation. INDI is small, flexible, easy to parse, and scalable.
-It supports common DCS functions such as remote control, data acquisition,
-monitoring, and a lot more.
-EOF
diff --git a/libs/libindi/BUILD b/libs/libindi/BUILD
new file mode 100644
index 0000000..5f71334
--- /dev/null
+++ b/libs/libindi/BUILD
@@ -0,0 +1,6 @@
+(
+
+  cmake -DCMAKE_INSTALL_PREFIX:=/usr &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/libs/libindi/DETAILS b/libs/libindi/DETAILS
new file mode 100644
index 0000000..3ffe41b
--- /dev/null
+++ b/libs/libindi/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libindi
+             VER=0
+         VERSION=0.6
+          SOURCE=$MODULE$VER\_$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/indi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER-$VERSION
+      SOURCE_VFY=sha1:70b6a4cf4447874a0cf65dd8ece2d77dc397826d
+        WEB_SITE=http://indi.sourceforge.net/index.php/Main_Page
+         ENTERED=20071027
+         UPDATED=20090118
+           SHORT="instrument neutral distributed interface control protocol"
+
+cat << EOF
+INDI is a distributed control protocol designed to operate astronomical
+instrumentation. INDI is small, flexible, easy to parse, and scalable.
+It supports common DCS functions such as remote control, data acquisition,
+monitoring, and a lot more.
+EOF


More information about the Lunar-commits mailing list