2014-03-07 17:11:14 +01:00
############################
# Setup product information
############################
VENDOR = "disconnected-by-peer.at"
PN = "openvpn.config7"
NAME = "OpenVPN Config Downloader"
DESCRIPTION = "This Package downloads a zip file from a specified location and extracts it into the openvpn config dir for use with the openvpn client or openvpn manager"
2015-08-21 16:36:26 +02:00
VERSION = "2.3.8"
RELEASE = "0"
2014-03-07 17:11:14 +01:00
PRIORITY = "0"
ADVICE = ""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE = "public"
DL_FILE[0] = "Vpn_logo.png"
DL_SOURCE[0] = "https://wiki.amahi.org/images/b/b3/Vpn_logo.png"
2014-03-08 09:07:40 +01:00
DL_FILE[1] = "7z922_extra.7z"
DL_SOURCE[1] = "http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922_extra.7z"
2014-03-07 17:11:14 +01:00
DL_ARCH[1] = "ALL"
2014-03-08 09:07:40 +01:00
DL_EXTRACT_FORMAT[1] = "7zip"
2014-03-07 17:11:14 +01:00
2014-03-08 08:22:29 +01:00
DL_FILE[2] = "wget-1.15.7z"
DL_SOURCE[2] = "http://sourceforge.net/projects/tumagcc/files/wget-1.15.7z"
DL_ARCH[2] = "ALL"
DL_EXTRACT_FORMAT[2] = "7zip"
2014-03-07 17:11:14 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX = 0
2014-03-08 09:07:40 +01:00
WINST_NAME[0] = "7ZipExe"
WINST_VALUE[0] = "@DL_EXTRACT_WINST_PATH[1]@\\7za.exe"
2014-03-07 17:11:14 +01:00
2014-03-08 08:22:29 +01:00
WINST_NAME[1] = "WgetExe"
WINST_VALUE[1] = "@DL_EXTRACT_WINST_PATH[2]@\\wget.exe"
2014-03-07 17:11:14 +01:00
OPSI_INI_SECTION[0] = "X86"
OPSI_INI_OPTION[0] = "UninstallProg32"
OPSI_INI_VALUE[0] = "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
OPSI_INI_SECTION[1] = "X86_64"
OPSI_INI_OPTION[1] = "UninstallProg64"
OPSI_INI_VALUE[1] = "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"