[Lunar-commits] r21254 - in moonbase/trunk/editors: . fldev
Terry Chan
tchan at lunar-linux.org
Mon Sep 4 15:56:12 UTC 2006
Author: tchan
Date: 2006-09-04 15:56:12 +0000 (Mon, 04 Sep 2006)
New Revision: 21254
Added:
moonbase/trunk/editors/fldev/
moonbase/trunk/editors/fldev/BUILD
moonbase/trunk/editors/fldev/DEPENDS
moonbase/trunk/editors/fldev/DETAILS
Log:
Added the fldev module. Submitted by Stelz.
Added: moonbase/trunk/editors/fldev/BUILD
===================================================================
--- moonbase/trunk/editors/fldev/BUILD (rev 0)
+++ moonbase/trunk/editors/fldev/BUILD 2006-09-04 15:56:12 UTC (rev 21254)
@@ -0,0 +1,8 @@
+(
+
+ make &&
+ prepare_install &&
+
+ install -s -m 755 fldev /usr/bin
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/editors/fldev/DEPENDS
===================================================================
--- moonbase/trunk/editors/fldev/DEPENDS (rev 0)
+++ moonbase/trunk/editors/fldev/DEPENDS 2006-09-04 15:56:12 UTC (rev 21254)
@@ -0,0 +1 @@
+depends fltk
Added: moonbase/trunk/editors/fldev/DETAILS
===================================================================
--- moonbase/trunk/editors/fldev/DETAILS (rev 0)
+++ moonbase/trunk/editors/fldev/DETAILS 2006-09-04 15:56:12 UTC (rev 21254)
@@ -0,0 +1,15 @@
+ MODULE=fldev
+ VERSION=0.5.7
+ WEB_SITE=http://www.hardl.de/fldev
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$WEB_SITE
+ SOURCE_VFY=sha1:aae5447a0cd5efdbc81c35fa298033275c55ca07
+ ENTERED=20060903
+ UPDATED=20060903
+ SHORT="C/C++ IDE"
+
+cat << EOF
+FLDev is an IDE designed for older systems and small C/C++
+Applications and is based on the Editor described in the FLTK Manual.
+EOF
+
More information about the Lunar-commits
mailing list