tigris.tortoisesvn/builder-product.cfg

63 lines
2.2 KiB
INI

############################
# Setup product information
############################
VENDOR="tortoisesvn.net"
PN="tigris.tortoisesvn"
NAME="Tortoise SVN"
DESCRIPTION="TortoiseSVN is an Apache Subversion (SVN) client, implemented as a windows shell extension."
VERSION="1.8.7.25475"
SVNVERSION="1.8.9"
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="tortoisesvn-logo.gif"
DL_SOURCE[0]="http://www.wandisco.com/images/support/tortoisesvn-logo.gif"
# replace points, split into array
a=( ${VERSION//./ } )
DL_FILE[1]="TortoiseSVN-${VERSION}-win32-svn-${SVNVERSION}.msi"
DL_SOURCE[1]="http://sourceforge.net/projects/tortoisesvn/files/${a[0]}.${a[1]}.${a[2]}/Application/TortoiseSVN-${VERSION}-win32-svn-${SVNVERSION}.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="TortoiseSVN-${VERSION}-x64-svn-${SVNVERSION}.msi"
DL_SOURCE[2]="http://sourceforge.net/projects/tortoisesvn/files/${a[0]}.${a[1]}.${a[2]}/Application/TortoiseSVN-${VERSION}-x64-svn-${SVNVERSION}.msi"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
DL_FILE[3]="LanguagePack_${VERSION}-win32-de.msi"
DL_SOURCE[3]="http://sourceforge.net/projects/tortoisesvn/files/${a[0]}.${a[1]}.${a[2]}/Language%20Packs/LanguagePack_${VERSION}-win32-de.msi"
DL_ARCH[3]="X86"
DL_WINST_NAME[3]=InstallLangDe32Msi
DL_FILE[4]="LanguagePack_${VERSION}-x64-de.msi"
DL_SOURCE[4]="http://sourceforge.net/projects/tortoisesvn/files/${a[0]}.${a[1]}.${a[2]}/Language%20Packs/LanguagePack_${VERSION}-x64-de.msi"
DL_ARCH[4]="X86_64"
DL_WINST_NAME[4]=InstallLangDe64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
OPSI_INI_VALUE[0]="{96D6A1F3-A015-44B6-8307-EE7EA273D034}"
OPSI_INI_SECTION[1]="X86"
OPSI_INI_OPTION[1]="MsiIdLangDe32"
OPSI_INI_VALUE[1]="{27BBED87-5C8C-4E7C-9F06-5937E08DECDD}"
OPSI_INI_SECTION[2]="X86_64"
OPSI_INI_OPTION[2]="MsiId64"
OPSI_INI_VALUE[2]="{A8573F59-C080-4495-A9A8-EC32D8A4ECFF}"
OPSI_INI_SECTION[3]="X86_64"
OPSI_INI_OPTION[3]="MsiIdLangDe64"
OPSI_INI_VALUE[3]="{451A9540-0112-4F8B-9C61-DB7FFA4F4C0B}"