2012-02-01 12:46:37 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="mozilla.org"
|
2012-04-26 20:56:11 +02:00
|
|
|
PN="mozilla.firefox"
|
2013-03-03 20:58:28 +01:00
|
|
|
VERSION="17.0.3"
|
2012-02-01 12:46:37 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
2012-02-02 18:01:06 +01:00
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
|
|
# Valid value: restricted | public
|
2012-02-01 12:46:37 +01:00
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
2012-02-14 20:28:27 +01:00
|
|
|
DL_FILE[0]="firefox-512.png"
|
|
|
|
DL_SOURCE[0]="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png"
|
2012-02-01 12:46:37 +01:00
|
|
|
|
2012-06-21 21:12:24 +02:00
|
|
|
DL_FILE[1]="Firefox-Setup-${VERSION}esr.exe"
|
|
|
|
DL_SOURCE[1]="ftp://ftp.mozilla.org/pub/firefox/releases/${VERSION}esr/win32/de/Firefox%20Setup%20${VERSION}esr.exe"
|
2012-02-01 12:46:37 +01:00
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
|
|
|
DEVEL="1"
|