2013-08-22 11:23:11 +02:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="melk.de"
|
|
|
|
PN="melk.colorpicker"
|
|
|
|
NAME="COPI Colorpicker"
|
|
|
|
DESCRIPTION="COPI Colorpicker ist minimalistisch und tut, was es soll, nicht mehr und nicht weniger."
|
|
|
|
VERSION="1.1"
|
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
|
|
|
DL_FILE[0]="Msn-Butterfly-icon.png"
|
|
|
|
DL_SOURCE[0]="http://2.bp.blogspot.com/_R_xCqNnlDHU/TG_PFCnANOI/AAAAAAAAJso/ytfNiJGCly8/s400/Msn-Butterfly-icon.png"
|
|
|
|
|
|
|
|
DL_FILE[1]="copi-${VERSION}.zip"
|
|
|
|
DL_SOURCE[1]="http://melk.de/software/copi/copi.zip"
|
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=Install32Zip
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
|
|
OPSI_INI_VALUE[0]="zipuninst.exe"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="install"
|
|
|
|
OPSI_INI_OPTION[1]="ProductVersion"
|
|
|
|
OPSI_INI_VALUE[1]="${VERSION}"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[2]="install"
|
|
|
|
OPSI_INI_OPTION[2]="Description"
|
|
|
|
OPSI_INI_VALUE[2]="${DESCRIPTION}"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[3]="install"
|
2013-08-22 12:10:06 +02:00
|
|
|
OPSI_INI_OPTION[3]="ProductName"
|
|
|
|
OPSI_INI_VALUE[3]="${NAME}"
|
2013-08-22 11:23:11 +02:00
|
|
|
|
2013-08-22 12:10:06 +02:00
|
|
|
OPSI_INI_SECTION[4]="install"
|
|
|
|
OPSI_INI_OPTION[4]="CompanyName"
|
|
|
|
OPSI_INI_VALUE[4]="Melk"
|