summaryrefslogtreecommitdiffstats
path: root/chat-libs/ptlib/DETAILS
blob: a70ada08f67fe6a997311747804f7b1c4d42d678 (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
. "$GRIMOIRE/FUNCTIONS"
           SPELL=ptlib
if [[ $PTLIB_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-scm.tar.bz2
   SOURCE_URL[0]=svn_https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk:opalvoip
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
else
         VERSION=2.16.2
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/opalvoip/$SOURCE
     SOURCE_HASH=sha512:66b571f3f614f298c40b0828cfa5bcf624e129edaa697dcaf14c50d23baa89372f18a4b41386da4a1a8b208898abffb7b861297f16ed64869633ef56263f8320
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
      LICENSE[0]=MPL
        WEB_SITE=http://www.opalvoip.org/
         ENTERED=20080924
        KEYWORDS="chat libs"
           SHORT="A Portable Text and GUI C/C++ Class Libarary."
cat << EOF
PTLib 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