Bump to 10.0 and move to new buildsystem

This commit is contained in:
Mario Fetka
2012-02-01 12:46:37 +01:00
parent 2ad9e313e0
commit 6075eadd69
6 changed files with 99 additions and 124 deletions

27
builder-product.cfg Normal file
View File

@@ -0,0 +1,27 @@
############################
# Setup product information
############################
VENDOR="mozilla.org"
PN="firefox"
VERSION="10.0"
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restrict | public
TYPE="public"
DL_FILE[0]="Mozilla_Firefox.png"
DL_SOURCE[0]="http://www.freesoftwarecenter.info/wp-content/uploads/2011/02/Mozilla_Firefox.png"
DL_FILE[1]="Firefox-Setup-${VERSION}.exe"
DL_SOURCE[1]="ftp://ftp.mozilla.org/pub/firefox/releases/${VERSION}/win32-EUballot/de/Firefox%20Setup%20${VERSION}.exe"
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"