2012-02-15 17:11:49 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="libreoffice.org"
|
2012-05-02 07:10:12 +02:00
|
|
|
PN="documentfoundation.libreoffice"
|
2013-03-11 05:33:11 +01:00
|
|
|
NAME="LibreOffice Productivity Suite"
|
|
|
|
DESCRIPTION="LibreOffice ist eine leistungsfaehige Office-Suite, voll kompatibel mit den Programmen anderer grosser Office-Anbieter ist."
|
2016-08-03 16:36:10 +02:00
|
|
|
VERSION="5.2.0"
|
2012-02-15 17:11:49 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
2013-04-07 12:29:57 +02:00
|
|
|
DL_FILE[0]="libo-logo.png"
|
|
|
|
DL_SOURCE[0]="http://www.cb-computerservice.at/bilder/libo-logo.png"
|
2012-02-15 17:11:49 +01:00
|
|
|
|
2013-02-16 14:15:33 +01:00
|
|
|
DL_FILE[1]="LibreOffice_${VERSION}_Win_x86.msi"
|
2013-09-01 10:52:42 +02:00
|
|
|
#DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi"
|
|
|
|
DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi.torrent"
|
|
|
|
DL_DOWNLOADER[1]="aria2c"
|
2012-02-15 17:11:49 +01:00
|
|
|
DL_ARCH[1]="X86"
|
2016-08-27 09:35:47 +02:00
|
|
|
DL_WINST_NAME[1]=InstallMsi32
|
2012-02-15 17:11:49 +01:00
|
|
|
|
2013-02-16 14:15:33 +01:00
|
|
|
DL_FILE[2]="LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
|
2013-09-01 10:52:42 +02:00
|
|
|
#DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
|
|
|
|
DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi.torrent"
|
|
|
|
DL_DOWNLOADER[2]="aria2c"
|
2012-02-15 17:11:49 +01:00
|
|
|
DL_ARCH[2]="X86"
|
2016-08-27 09:35:47 +02:00
|
|
|
DL_WINST_NAME[2]=InstallHelpDeMsi32
|
|
|
|
|
|
|
|
DL_FILE[3]="LibreOffice_${VERSION}_Win_x64.msi"
|
|
|
|
#DL_SOURCE[3]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64.msi"
|
|
|
|
DL_SOURCE[3]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64.msi.torrent"
|
|
|
|
DL_DOWNLOADER[3]="aria2c"
|
|
|
|
DL_ARCH[3]="X86_64"
|
|
|
|
DL_WINST_NAME[3]=InstallMsi64
|
|
|
|
|
|
|
|
DL_FILE[4]="LibreOffice_${VERSION}_Win_x64_helppack_de.msi"
|
|
|
|
#DL_SOURCE[4]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64_helppack_de.msi"
|
|
|
|
DL_SOURCE[4]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64_helppack_de.msi.torrent"
|
|
|
|
DL_DOWNLOADER[4]="aria2c"
|
|
|
|
DL_ARCH[4]="X86_64"
|
|
|
|
DL_WINST_NAME[4]=InstallHelpDeMsi64
|
2012-02-15 17:11:49 +01:00
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2013-03-11 05:33:11 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
2016-08-27 09:35:47 +02:00
|
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
2016-08-03 16:36:10 +02:00
|
|
|
OPSI_INI_VALUE[0]="{8FA59B7B-1D26-408F-A798-BD11A65A68B9}"
|
2012-05-13 17:28:32 +02:00
|
|
|
|
2013-03-11 05:33:11 +01:00
|
|
|
OPSI_INI_SECTION[1]="X86"
|
2016-08-27 09:35:47 +02:00
|
|
|
OPSI_INI_OPTION[1]="MsiIdHelpDe32"
|
2016-08-03 16:36:10 +02:00
|
|
|
OPSI_INI_VALUE[1]="{9E24A391-7566-4A92-A5AD-4280264AB2F1}"
|
2016-08-27 09:35:47 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[2]="X86_64"
|
|
|
|
OPSI_INI_OPTION[2]="MsiId64"
|
|
|
|
OPSI_INI_VALUE[2]="{8FA59B7B-1D26-408F-A798-BD11A65A68B9}"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[3]="X86_64"
|
|
|
|
OPSI_INI_OPTION[3]="MsiIdHelpDe64"
|
|
|
|
OPSI_INI_VALUE[3]="{9E24A391-7566-4A92-A5AD-4280264AB2F1}"
|
|
|
|
|