           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//./_}
   SOURCE_IGNORE=volatile
else
         VERSION=5.0RC2
          SOURCE=STLport-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.stlport.org/archive/$SOURCE
     SOURCE_HASH=sha512:57c02c3c72b2353da5cddf18341b6e3e667438e3b3623f189ba72fdd29b08fa87575b01ff1c82032d7c7fc9c30a28d8f16c5ff4985e32d39cfd64572556422a9
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
