summaryrefslogblamecommitdiffstats
path: root/chat-libs/ptlib/DETAILS
blob: b1814c6b67666bdcfc75cc7bd7aea13edb49908b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                       
                      
                                   
                                   





                                                                                               
                       
                                                
                                            
                                                                              
                                                                                                                                                        
                                                       


                                         



                                                                


                                                                      


                                                                              
. "$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.14.4
          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:a41850b5b55dfc23f5deac21449ba22f3badf4cb85b647db56673b065ffee0d68acf4fc7eb902a085d9ed2d78386359522b60f1a02ddbb958e4f5a84972499dc
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