[Lunar-commits] <moonbase-other> libindi: Readding to moonbaes.
Dennis Veatch
stumbles at lunar-linux.org
Sun Aug 5 11:27:16 CEST 2012
commit 91e5e648dcacf7365c0425627f570416906cd62a
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 05 Aug 2012 02:27:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/91e5e648dcacf7365c0425627f570416906cd62a
libindi: Readding to moonbaes.
---
libs/libindi/BUILD +14/-0
libs/libindi/DEPENDS +3/-0
libs/libindi/DETAILS +17/-0
3 files changed, 34 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/libindi/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/libindi/DEPENDS
@@ -0,0 +1,3 @@
+depends cfitsio
+depends libnova
+depends libusb-compat
--- /dev/null
+++ b/libs/libindi/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libindi
+ VERSION=0.9.1
+ SOURCE=$MODULE\_$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/indi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:d4913c0fd9c622111f447d0a264ebc0127fc662c
+ WEB_SITE=http://www.indilib.org/index.php?title=Download_INDI
+ ENTERED=20071027
+ UPDATED=20120506
+ 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