Inital Commit

This commit is contained in:
Peter Singer
2012-10-30 13:42:40 +01:00
commit 6c02ca3dc4
11 changed files with 490 additions and 0 deletions

25
builder-product.cfg Normal file
View File

@@ -0,0 +1,25 @@
############################
# Setup product information
############################
VENDOR="pdfforge.org"
PN="pdfforge.pdfcreator"
VERSION="1.5.1"
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="PDFCreator.jpg"
DL_SOURCE[0]="http://srcweb.net/wp-content/uploads/2011/01/PDFCreator.jpg"
DL_FILE[1]="PDFCreator-${VERSION}_setup.exe"
DL_SOURCE[1]="http://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?download"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0