documentfoundation.libreoffice/builder-product.cfg

41 lines
1.4 KiB
INI
Raw Normal View History

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."
VERSION="4.0.1"
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"
DL_FILE[0]="libreoffice-logo-150x150.png"
DL_SOURCE[0]="http://www.bitblokes.de/wp-content/uploads/2010/10/libreoffice-logo-150x150.png"
2013-02-16 14:15:33 +01:00
DL_FILE[1]="LibreOffice_${VERSION}_Win_x86.msi"
DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi"
2012-02-15 17:11:49 +01:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallMsi
2013-02-16 14:15:33 +01:00
DL_FILE[2]="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"
2012-02-15 17:11:49 +01:00
DL_ARCH[2]="X86"
2012-05-13 17:28:32 +02:00
DL_WINST_NAME[2]=InstallHelpDeMsi
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"
OPSI_INI_OPTION[0]="MsiId"
OPSI_INI_VALUE[0]="{604B2A5C-B1CE-45B2-ADCC-6B7C721AC3AC}"
2012-05-13 17:28:32 +02:00
2013-03-11 05:33:11 +01:00
OPSI_INI_SECTION[1]="X86"
OPSI_INI_OPTION[1]="MsiIdHelpDe"
OPSI_INI_VALUE[1]="{0DC7933E-C617-4E46-AA9B-1F5279FFDCF8}"