summaryrefslogtreecommitdiffstats
path: root/bin-editors/libreoffice-bin/DETAILS
blob: 4512940bc6f0ce3df9904ebf277c98cd3ce9cccb (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
if [[ -z "${LIBREOFFICE_BRANCH}" ]]; then
  LIBREOFFICE_BRANCH="fresh"
fi
           SPELL=libreoffice-bin
          SPELLX=libreoffice
if [[ "${LIBREOFFICE_BRANCH}" == "fresh" ]]; then
         VERSION=7.2.2
   BUILD_VERSION=2
else
         VERSION=6.4.6
   BUILD_VERSION=2
fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
          SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
         SOURCE2=$SOURCE.asc
      SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        URL_ARCH="x86_64"
       LIBO_ARCH="x86_64"
else
          SOURCE=LibreOffice_${VERSION}_Linux_x86_rpm.tar.gz
         SOURCE2=$SOURCE.asc
      SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        URL_ARCH="x86"
       LIBO_ARCH="i586"
fi
  SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://download.documentfoundation.org/${SPELLX}/stable/${VERSION}/rpm/$URL_ARCH/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      LICENSE[0]=LGPL
        WEB_SITE=http://www.libreoffice.org/
         ENTERED=20110127
         ARCHIVE="off"
           TMPFS="off"
           SHORT="The binary version of libreoffice"
cat << EOF
LibreOffice is the free power-packed Open Source personal productivity suite
for Windows, Macintosh and Linux, that gives you six feature-rich applications
for all your document production and data processing needs: Writer, Calc,
Impress, Draw, Math and Base. Support and documentation is free from our large,
dedicated community of users, contributors and developers. 
EOF