initial commit
This commit is contained in:
47
builder-product.cfg
Normal file
47
builder-product.cfg
Normal file
@@ -0,0 +1,47 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="dokan-dev.net"
|
||||
PN="dokan.sshfs"
|
||||
NAME="Dokan SSHFS"
|
||||
DESCRIPTION="Dokan SSHFS is a program that mounts remote file systems using SSH."
|
||||
VERSION="0.6.0"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
|
||||
DL_FILE[0]="windows.png"
|
||||
DL_SOURCE[0]="http://linhost.info/log/wp-content/uploads/2012/09/windows.png"
|
||||
|
||||
DL_FILE[1]="dokan-sshfs-0201226.zip"
|
||||
DL_SOURCE[1]="http://dokan-dev.net/wp-content/uploads/dokan-sshfs-0201226.zip"
|
||||
DL_ARCH[1]="ALL"
|
||||
DL_EXTRACT_FORMAT[1]="unzip"
|
||||
|
||||
DL_FILE[2]="dokan-sshfs-0.6.0.zip"
|
||||
DL_SOURCE[2]="http://dokan-dev.net/wp-content/uploads/dokan-sshfs-0.6.0.zip"
|
||||
DL_ARCH[2]="ALL"
|
||||
DL_EXTRACT_FORMAT[2]="unzip"
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
WINST_NAME[0]="InstallMsi"
|
||||
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\dokan-sshfs-0.2.0.1226\\DokanSSHFSInstall.msi"
|
||||
|
||||
WINST_NAME[1]="UpdateDllExe"
|
||||
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\dokan-sshfs-${VERSION}\\Dokan*.*"
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="MsiId32"
|
||||
OPSI_INI_VALUE[0]="{F1AB2293-3DFF-434E-A267-E30538191A31}"
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="MsiId64"
|
||||
OPSI_INI_VALUE[1]="{F1AB2293-3DFF-434E-A267-E30538191A31}"
|
||||
|
||||
Reference in New Issue
Block a user