. "$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.10.10 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:8dfbc679a833a28dc9e8c765b3c6479911544fe545fc18a39ee18dc28ba112bd4b3fa50ab5d39bf73e0a9eb9df8e26ea0b0e9c653a746143069fd23e2944d4d5 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