add support for source packages in archives
This commit is contained in:
@@ -12,6 +12,19 @@ ADVICE=""
|
||||
# Valid value: restrict | public
|
||||
TYPE="public"
|
||||
|
||||
# EXTRACTWITH - defines the used programm for decompression
|
||||
# Valid values: 7zip | unzip
|
||||
# Default value: 7zip
|
||||
# This Value is only usefull in combinnation with Variable INSTALL[INDEX]
|
||||
# EXTRACTWITH="7zip"
|
||||
|
||||
# Begin Not Implemented ---
|
||||
# DOWNLOADWITH - defines the used programm for download
|
||||
# Valid values: wget | plowdown
|
||||
# Default value: wget
|
||||
# DOWNLOADWITH="wget"
|
||||
# End Not Implemented ---
|
||||
|
||||
|
||||
#################
|
||||
# File object array
|
||||
@@ -50,6 +63,23 @@ TYPE="public"
|
||||
# This parameter is ptional, default value: <not set>,
|
||||
# WINST[index]=itWESS
|
||||
#
|
||||
#################
|
||||
# Optional Array Elements
|
||||
################
|
||||
#
|
||||
# - INSTALL Variabels:
|
||||
# If you specify the INSTALL Array Element Builder expects that the specified FILE is a
|
||||
# compressed archive and extract it.
|
||||
# INSTALL[index]="libreoffice34.msi"
|
||||
#
|
||||
# - EXTRACTTO Variabels:
|
||||
# This Variable only works in combination with INSTALL and forces the extraction
|
||||
# to be done into the specified directory.
|
||||
# This will result in the files to be extracted to ARCH/EXTRACTTO.
|
||||
# This feature is mostly needed if a package includes more setup programms that are nemed the
|
||||
# same. This way you place the setups into diffent dirs
|
||||
# EXTRACTTO[index]="office"
|
||||
#
|
||||
|
||||
FILE[0]="itWatchLogo.jpg"
|
||||
SOURCE[0]="http://www.itwatch.de/logos/itWatchLogo.jpg"
|
||||
|
||||
Reference in New Issue
Block a user