summaryrefslogtreecommitdiffstats
path: root/chat-libs/pwlib/DETAILS
blob: c736b143c212a5c75f272271ec4b773c2db4b768 (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
           SPELL=pwlib
if [ "$CVS" == "y" ]; then
         VERSION=cvs
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://snapshots.seconix.com/cvs/$SOURCE 
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
else
         VERSION=1.10.2
          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_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
      LICENSE[0]=GPL
        WEB_SITE=http://www.openh323.org
         ENTERED=20040409
        KEYWORDS="chat libs"
           SHORT="A Portable Text and GUI C/C++ Class Libarary."
cat << EOF
PWLib 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