[Lunar-commits] r24789 - in moonbase/trunk/zbeta: . kontrollerlab

Dennis Veatch stumbles at lunar-linux.org
Mon Jun 11 02:50:48 CEST 2007


Author: stumbles
Date: 2007-06-11 02:50:48 +0200 (Mon, 11 Jun 2007)
New Revision: 24789

Added:
   moonbase/trunk/zbeta/kontrollerlab/
   moonbase/trunk/zbeta/kontrollerlab/BUILD
   moonbase/trunk/zbeta/kontrollerlab/DEPENDS
   moonbase/trunk/zbeta/kontrollerlab/DETAILS
Log:

Requsted by criggenbach at magahugu.net for the mail list.
I place it here while it is in alpha status.



Added: moonbase/trunk/zbeta/kontrollerlab/BUILD
===================================================================
--- moonbase/trunk/zbeta/kontrollerlab/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/kontrollerlab/BUILD	2007-06-11 00:50:48 UTC (rev 24789)
@@ -0,0 +1,8 @@
+(
+
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/kontrollerlab/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/kontrollerlab/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/kontrollerlab/DEPENDS	2007-06-11 00:50:48 UTC (rev 24789)
@@ -0,0 +1,2 @@
+depends qt3   &&
+depends kdebase3

Added: moonbase/trunk/zbeta/kontrollerlab/DETAILS
===================================================================
--- moonbase/trunk/zbeta/kontrollerlab/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/kontrollerlab/DETAILS	2007-06-11 00:50:48 UTC (rev 24789)
@@ -0,0 +1,22 @@
+          MODULE=kontrollerlab
+         VERSION=0.8.0-alpha1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:98ac7de0a335351fd753e469f622d5f811d01cfd
+        WEB_SITE=http://www.cadmaniac.org/projectMain.php?projectName=kontrollerlab
+         ENTERED=20070610
+         UPDATED=20070610
+           SHORT="a tool for developing microcontroller software."
+
+cat << EOF
+The KontrollerLab uses these tools to make developing of programs for 
+Atmels AVR easier:
+
+ * avr-gcc and helper programs to compile the C files, link the object 
+   files, and assemble the ASM files.
+ * uisp and avrdude to upload and download the programs
+ * built-in debugger for PC-only and in-circuit debugging, currently at
+    an early stage [05/28/07]
+ * serial terminal embedded in the IDE to ease debugging
+ * kate as the editor embedded in the IDE
+EOF



More information about the Lunar-commits mailing list