summaryrefslogblamecommitdiffstats
path: root/chat-libs/pwlib/DETAILS
blob: 754379366c20b3879231c3e5377eceae0258b163 (plain) (tree)
1
2
3
4
5
6
7
8
9


                          

                                                          
                  

                                            
    
                        
                                           
                                                         
                                          


                                                       

                                        
                            






                                                                              
           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.10
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/1.10/${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