           SPELL=stlport
if [[ "$STLPORT_LATEST" == y ]]; then
         VERSION=5.2
          SOURCE=STLport.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvs@cvs.stlport.com:/stlport:STLport:STLPORT_${VERSION//./_}
   SOURCE_IGNORE=volatile
else
         VERSION=5.2.1
     SOURCE_HASH=sha512:c619f1965e42a444714f6a2bcbade3428e09823ad056930b32bf8224b7b3e4b4ae82e25e4ba7b4584f73645a7838a677f314b7bc583d1d9bbcef6fcafc439141
          SOURCE=STLport-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/stlport/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/STLport-${VERSION//\-RC?/}
        WEB_SITE=http://stlport.sourceforge.net/
         ENTERED=20020302
    DISTCC_HOSTS=""
      LICENSE[0]=http://www.stlport.org/doc/license.html
        KEYWORDS="libs"
           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
