summaryrefslogtreecommitdiffstats
path: root/chat-libs/openh323/DETAILS
blob: 48a9a6b37112fc02138827634e7a8fc3741776fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           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
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
         VERSION=1_18_0
          SOURCE=${SPELL}-v${VERSION}-src-tar.gz
   SOURCE_URL[0]=http://www.voxgratia.org/releases/${SOURCE}
   SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/openh323/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_v${VERSION}
fi
      LICENSE[0]=GPL
        WEB_SITE=http://www.openh323.org
         ENTERED=20040409
           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