2013-07-30 16:59:56 +02:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="syntevo.com"
|
|
|
|
PN="syntevo.smartgithg"
|
|
|
|
NAME="SmartGit/Hg"
|
|
|
|
DESCRIPTION="SmartGit/Hg is a client for Git and Mercurial."
|
2015-04-11 21:41:44 +02:00
|
|
|
VERSION="6.5.7"
|
2013-07-30 16:59:56 +02:00
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
2014-07-31 12:46:14 +02:00
|
|
|
DL_FILE[0]="SmartGitSyntevo.png"
|
|
|
|
DL_SOURCE[0]="http://www.clearvision-cm.com/wp-content/uploads/2013/12/SmartGitSyntevo.png"
|
2013-07-30 16:59:56 +02:00
|
|
|
|
2014-11-15 19:55:16 +01:00
|
|
|
DL_FILE[1]="smartgit-win32-setup-nojre-${VERSION//./_}.zip"
|
2015-01-23 08:54:46 +01:00
|
|
|
DL_SOURCE[1]="http://www.syntevo.com/downloads/smartgit/smartgit-win32-setup-nojre-${VERSION//./_}.zip"
|
2013-07-30 16:59:56 +02:00
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_EXTRACT_FORMAT[1]="unzip"
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
|
|
|
WINST_NAME[0]="InstallExe"
|
2013-07-30 19:28:16 +02:00
|
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\setup-${VERSION//./_}.exe"
|
2013-07-30 16:59:56 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|