           SPELL=stlport
if [[ "$STLPORT_LATEST" == y ]]; then
         VERSION=5.0
          SOURCE=STLport.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvs@cvs.stlport.com:/stlport:STLport:STLPORT_${VERSION//./_}
          MD5[0]=IGNORE
else
         VERSION=5.0RC2
          SOURCE=STLport-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.stlport.org/archive/$SOURCE
          MD5[0]='805cd07e3c6173d272e2e7f0d4d6a144'
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/STLport
        WEB_SITE=http://www.stlport.org/
         ENTERED=20020302
         UPDATED=20050403
    DISTCC_HOSTS=""
      LICENSE[0]=http://www.stlport.org/doc/license.html
       BUILD_API=2
          CCACHE=off
           SHORT="Full ANSI C++ standard library"
cat << EOF
STLport is a multiplatform ANSI C++ Standard Library implementation.
It is free, open-source product, featuring the following:
* Advanced techniques and optimizations for maximum efficiency;
* Exception safety and thread safety;
* Important extensions - hash tables, singly-linked list, rope.
EOF
