           SPELL=openh323
if [ "$CVS" == "y" ]; then
         VERSION=cvs
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openh323:openh323
          MD5[0]="IGNORE"
  FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
         VERSION=1.15.6
          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:4dffc58c1b2c10a20f8b9b3623af07248d59db55
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
      LICENSE[0]=GPL
       BUILD_API=2
        WEB_SITE=http://www.openh323.org
         ENTERED=20040409
         UPDATED=20040905
           SHORT="An H323 Library"
cat << EOF
The OpenH323 project aims to create a full featured, interoperable, Open
Source implementation of the ITU H.323 teleconferencing protocol that can be
used by personal developers and commercial users without charge.
 
OpenH323 development is coordinated by an Australian company, Equivalence Pty
Ltd (http://www.equival.com), but is open to any interested party. Commercial
and private use of the OpenH323 code, including use in commercial products
and resale,  is enouraged through use of the MPL (Mozilla Public license).

EOF
