           SPELL=pwlib
if [ "$CVS" == "y" ]; then
         VERSION=cvs
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openh323:ptlib_unix 
  FORCE_DOWNLOAD=1
          MD5[0]="IGNORE"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
         VERSION=1.8.7
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${SOURCE}
   SOURCE_URL[1]=${SOURCEFORGE_URL}/openh323/${SOURCE}
     SOURCE_HASH=sha1:9333edf45f1022ba2529f7e731db9e5ffa92a17f
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
      LICENSE[0]=GPL
       BUILD_API=2
     GCC_VERSION=3.4
        WEB_SITE=http://www.openh323.org
         ENTERED=20040409
         UPDATED=20040905
           SHORT="A Portable Text and GUI C/C++ Class Libarary."
cat << EOF
PWLib is a moderately large class library that has its genesis many years ago 
as a method to product applications to run on both Microsoft Windows and Unix
X-Windows systems. It also was to have a Macintosh port as well but this never
eventuated.
EOF
