[Lunar-commits] r24147 - moonbase/trunk/devel/STLport

Dennis Veatch stumbles at lunar-linux.org
Fri Apr 20 19:25:32 CEST 2007


Author: stumbles
Date: 2007-04-20 19:25:32 +0200 (Fri, 20 Apr 2007)
New Revision: 24147

Modified:
   moonbase/trunk/devel/STLport/BUILD
   moonbase/trunk/devel/STLport/DETAILS
Log:

A few minor things and a alteration to BUILD to match.



Modified: moonbase/trunk/devel/STLport/BUILD
===================================================================
--- moonbase/trunk/devel/STLport/BUILD	2007-04-20 11:12:47 UTC (rev 24146)
+++ moonbase/trunk/devel/STLport/BUILD	2007-04-20 17:25:32 UTC (rev 24147)
@@ -1,8 +1,8 @@
 (
 
-  cd $SOURCE_DIRECTORY/src          &&
-  make -f gcc-linux.mak clean all   &&
+  cd $SOURCE_DIRECTORY/build/lib    &&
+  make -f gcc.mak clean all         &&
   prepare_install                   &&
-  make -f gcc-linux.mak install INSTALLDIR=/usr
+  make -f gcc.mak install INSTALLDIR=/usr
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/STLport/DETAILS
===================================================================
--- moonbase/trunk/devel/STLport/DETAILS	2007-04-20 11:12:47 UTC (rev 24146)
+++ moonbase/trunk/devel/STLport/DETAILS	2007-04-20 17:25:32 UTC (rev 24147)
@@ -1,13 +1,12 @@
           MODULE=STLport
-         VERSION=5.0-0409
-        #VERSION=4.5.3
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.stlport.org/beta/
-  #SOURCE_URL[0]=http://www.stlport.org/archive/
+         VERSION=5.1.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=$SFORGE_URL/stlport
+      SOURCE_VFY=sha1:b63ffccd86228e135b5ce0acbb07fea06d22205d
         WEB_SITE=http://www.stlport.org
          ENTERED=20020314
-         UPDATED=20021218
-           SHORT="STLport contains a reference implementation of a C++ STL."
+         UPDATED=20070420
+           SHORT="a reference implementation of a C++ STL."
 cat << EOF
 STLport is a free, open-source, and multiplatform ANSI C++
 Standard Library implementation.



More information about the Lunar-commits mailing list