           SPELL=openoffice
         VERSION='3.2.1'
   BUILD_VERSION=320_m19
     COMMON_PATH="http://download.services.openoffice.org/files/stable/${VERSION}"
          SOURCE="OOo_${VERSION}_src_core.tar.bz2"
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
   SOURCE_URL[0]=${COMMON_PATH}/${SOURCE}
         SOURCE2="OOo_${VERSION}_src_extensions.tar.bz2"
     SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig:WORKS_FOR_ME"
  SOURCE2_URL[0]=${COMMON_PATH}/${SOURCE2}
         SOURCE3="OOo_${VERSION}_src_l10n.tar.bz2"
  SOURCE3_URL[0]=${COMMON_PATH}/${SOURCE3}
     SOURCE3_GPG="gurus.gpg:${SOURCE3}.sig:WORKS_FOR_ME"
if [[ "${OOO_BINFILTER}" = 'y' ]]; then
         SOURCE4="OOo_${VERSION}_src_binfilter.tar.bz2"
     SOURCE4_GPG="gurus.gpg:${SOURCE4}.sig:WORKS_FOR_ME"
  SOURCE4_URL[0]=${COMMON_PATH}/${SOURCE4}
fi &&
#         SOURCE5="OOo_${VERSION}_src_system.tar.bz2"
#     SOURCE5_GPG="gurus.gpg:${SOURCE5}.sig:WORKS_FOR_ME"
#  SOURCE5_URL[0]=${COMMON_PATH}/${SOURCE5}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO${BUILD_VERSION}
      LICENSE[0]=LGPL
        WEB_SITE=http://www.openoffice.org
         ENTERED=20080909
           TMPFS=off
           SHORT="OpenOffice 3"
cat << EOF
OpenOffice.org is the open source project through which Sun Microsystems has
released the technology for the popular StarOffice[tm] Productivity Suite.
All of the StarOffice code is available under the GNU Lesser General Public
License (LGPL) as well as the Sun Industry Standards Source License (SISSL).

The suite includes:
sbase    -  A database application
scalc    -  A spreadsheet application
sdraw    -  A vector drawing program
simpress -  A presentation program
smath    -  An equation editor
swriter  -  A word processor
EOF
