[Lunar-commits] r24019 - in moonbase/trunk/libs: . libtubo

Terry Chan tchan at lunar-linux.org
Wed Apr 11 03:26:08 CEST 2007


Author: tchan
Date: 2007-04-11 03:26:08 +0200 (Wed, 11 Apr 2007)
New Revision: 24019

Added:
   moonbase/trunk/libs/libtubo/
   moonbase/trunk/libs/libtubo/BUILD
   moonbase/trunk/libs/libtubo/DEPENDS
   moonbase/trunk/libs/libtubo/DETAILS
Log:
Adding libtubo-4.5.0 to moonbase. An interprocess communications library
that the Xffm code set uses (a lot).


Added: moonbase/trunk/libs/libtubo/BUILD
===================================================================
--- moonbase/trunk/libs/libtubo/BUILD	                        (rev 0)
+++ moonbase/trunk/libs/libtubo/BUILD	2007-04-11 01:26:08 UTC (rev 24019)
@@ -0,0 +1,11 @@
+(
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+   ./configure  --build=$BUILD					\
+                --prefix=${MODULE_PREFIX}	\
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/libs/libtubo/DEPENDS
===================================================================
--- moonbase/trunk/libs/libtubo/DEPENDS	                        (rev 0)
+++ moonbase/trunk/libs/libtubo/DEPENDS	2007-04-11 01:26:08 UTC (rev 24019)
@@ -0,0 +1 @@
+depends gtk+-2

Added: moonbase/trunk/libs/libtubo/DETAILS
===================================================================
--- moonbase/trunk/libs/libtubo/DETAILS	                        (rev 0)
+++ moonbase/trunk/libs/libtubo/DETAILS	2007-04-11 01:26:08 UTC (rev 24019)
@@ -0,0 +1,15 @@
+          MODULE=libtubo
+         VERSION=4.5.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/xffm/
+      SOURCE_VFY=sha1:857ae0f39f873d3c9816329ef25de5fc5c88ed6e
+        WEB_SITE=http://xffm.sourceforge.net/libtubo.html
+         ENTERED=20070410
+         UPDATED=20070410
+           SHORT="Xffm interprocess communication"
+cat << EOF
+The Libtubo library 4.5.0 is small and simple function set to enable a process
+to run any other process in the background and communicate via the stdout,
+stderr and stdin file descriptors.
+EOF
+



More information about the Lunar-commits mailing list