Convert builder-product.cfg to new devtools API

This commit is contained in:
Daniel Schwager 2012-01-30 23:11:06 +01:00
parent 283a9bb835
commit 85fa9cd46f
1 changed files with 8 additions and 14 deletions

View File

@ -3,7 +3,7 @@
############################
VENDOR="softmaker.de"
PN="pmviewer"
VERSION="2010"
VERSION="2010-rev633"
RELEASE="10"
PRIORITY="0"
ADVICE=""
@ -14,20 +14,14 @@ TYPE="restrict"
# File object array
#####################
FILE[0]="SoftMaker-Logo.png_medium.png"
SOURCE[0]="http://www.android-user.de/var/ezflow_site/storage/images/artikel/exklusiv-vorschau-auf-softmaker-office-fuer-android/softmaker-logo.png/25888-1-ger-DE/SoftMaker-Logo.png_medium.png"
DL_FILE[0]="SoftMaker-Logo.png_medium.png"
DL_SOURCE[0]="http://www.android-user.de/var/ezflow_site/storage/images/artikel/exklusiv-vorschau-auf-softmaker-office-fuer-android/softmaker-logo.png/25888-1-ger-DE/SoftMaker-Logo.png_medium.png"
FILE[1]="PlanMakerViewer2010.msi"
SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/SoftMaker/Viewer/HB/2010/PlanMakerViewer2010.msi"
ARCH[1]="X86"
WINST[1]="InstallMsi"
# Download direct the executable
#FILE[1]="TMViewerSetup.exe"
#SOURCE[1]="http://www.softmaker.net/down/TMViewerSetup.exe"
#ARCH[1]="X86"
#WINST[1]="InstallExe"
DL_FILE[1]="PlanMakerViewer2010.msi"
DL_SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/SoftMaker/Viewer/HB/2010/PlanMakerViewer2010.msi"
DL_ARCH[1]="X86"
DL_WINST[1]="InstallMsi"
# File array index for the image showing while installing the program
ICON_FILE_INDEX=0
ICON_DL_INDEX=0