[Lunar-commits] r17590 - in moonbase/trunk/devel: . tcllib
striker
striker at lunar-linux.org
Wed Dec 7 17:40:26 UTC 2005
Author: striker
Date: 2005-12-07 17:40:25 +0000 (Wed, 07 Dec 2005)
New Revision: 17590
Added:
moonbase/trunk/devel/tcllib/
moonbase/trunk/devel/tcllib/BUILD
moonbase/trunk/devel/tcllib/DEPENDS
moonbase/trunk/devel/tcllib/DETAILS
Log:
adding tcllib
Added: moonbase/trunk/devel/tcllib/BUILD
===================================================================
--- moonbase/trunk/devel/tcllib/BUILD 2005-12-07 17:38:56 UTC (rev 17589)
+++ moonbase/trunk/devel/tcllib/BUILD 2005-12-07 17:40:25 UTC (rev 17590)
@@ -0,0 +1,10 @@
+(
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man &&
+
+ prepare_install &&
+
+ make install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/tcllib/DEPENDS
===================================================================
--- moonbase/trunk/devel/tcllib/DEPENDS 2005-12-07 17:38:56 UTC (rev 17589)
+++ moonbase/trunk/devel/tcllib/DEPENDS 2005-12-07 17:40:25 UTC (rev 17590)
@@ -0,0 +1 @@
+depends tcl
Added: moonbase/trunk/devel/tcllib/DETAILS
===================================================================
--- moonbase/trunk/devel/tcllib/DETAILS 2005-12-07 17:38:56 UTC (rev 17589)
+++ moonbase/trunk/devel/tcllib/DETAILS 2005-12-07 17:40:25 UTC (rev 17590)
@@ -0,0 +1,16 @@
+ MODULE=tcllib
+ VERSION=1.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:fa6b3889428ea7f7f7dcaa1bee1dea1ca83882ad
+ WEB_SITE=http://tcllib.sourceforge.net/
+ ENTERED=20051207
+ UPDATED=20051207
+ SHORT="tcllib is a Tcl-only library of standard routines for Tcl"
+
+cat << EOF
+This is the core development home for the tcllib standardized
+Tcl library. This is a set of pure-Tcl extensions that you can
+use to become even more productive with Tcl.
+EOF
More information about the Lunar-commits
mailing list