notepadpp.notepadpp/builder-product.cfg

37 lines
1.0 KiB
INI
Raw Normal View History

2012-01-27 09:03:34 +01:00
############################
# Setup product information
############################
2013-03-14 21:19:24 +01:00
VENDOR="notepad-plus-plus.org"
2012-05-02 18:30:06 +02:00
PN="notepadpp.notepadpp"
2013-03-14 21:19:24 +01:00
NAME="Notepad++"
DESCRIPTION="Notepad++ is a free source code editor and Notepad replacement that supports several languages."
2014-09-23 14:49:10 +02:00
VERSION="6.6.9"
2012-01-27 09:03:34 +01:00
RELEASE="4"
PRIORITY="0"
ADVICE=""
TYPE="public"
ICON_DL_INDEX=0
2012-01-27 09:03:34 +01:00
2012-02-14 17:05:35 +01:00
DL_FILE[0]="notepad-256_32-150x150.png"
DL_SOURCE[0]="http://www.technologyforlawyers.info/wp-content/uploads/2009/02/notepad-256_32-150x150.png"
DL_FILE[1]="npp.${VERSION}.Installer.exe"
DL_SOURCE[1]="http://download.tuxfamily.org/notepadplus/${VERSION}/npp.${VERSION}.Installer.exe"
DL_ARCH[1]="X86"
2013-03-14 21:19:24 +01:00
DL_WINST_NAME[1]="InstallExe"
2012-01-27 09:03:34 +01:00
2013-03-20 22:52:34 +01:00
DL_FILE[2]="npplauncher-${VERSION}.zip"
DL_SOURCE[2]="https://github.com/downloads/przemoc/npplauncher/npplauncher.zip"
DL_ARCH[2]="X86"
DL_EXTRACT_FORMAT[2]="unzip"
2013-03-14 21:19:24 +01:00
OPSI_INI_SECTION[0]="X86"
2013-03-20 22:52:34 +01:00
OPSI_INI_OPTION[0]="UninstallProg32"
2013-03-14 21:19:24 +01:00
OPSI_INI_VALUE[0]="uninstall.exe"
2013-03-20 22:52:34 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="uninstall.exe"