update to new opsi builder

This commit is contained in:
Mario Fetka 2013-03-11 21:27:59 +01:00
parent 0a31cddd16
commit 49f68fb10c
4 changed files with 11 additions and 10 deletions

View File

@ -4,7 +4,7 @@
; credits: http://www.opsi.org/credits/ ; credits: http://www.opsi.org/credits/
[Actions] [Actions]
requiredWinstVersion >= "4.10.8.6" requiredWinstVersion >= "4.11.2.6"
DefVar $ProductId$ DefVar $ProductId$
DefVar $MinimumSpace$ DefVar $MinimumSpace$
@ -37,11 +37,10 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi ;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts, ; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator ; no white space use '-' as a seperator
Set $ProductId$ = "font.linuxlibertine"
Set $MinimumSpace$ = "10 MB" Set $MinimumSpace$ = "10 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Libertine" Set $InstallDir32$ = "%ProgramFiles32Dir%\LinuxLibertine"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Libertine" Set $InstallDir64$ = "%ProgramFiles64Dir%\LinuxLibertine"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$)) if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
@ -50,12 +49,12 @@ if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
; Stop process and set installation status to failed ; Stop process and set installation status to failed
else else
comment "Show product picture" comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$ ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
comment "installing" comment "installing"
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
Message "Installing " + $ProductId$ + " 32 Bit..." Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 32 Bit..."
comment "Copy files" comment "Copy files"
Files_install_32 /32Bit Files_install_32 /32Bit
comment "Start setup program" comment "Start setup program"
@ -68,7 +67,7 @@ else
endif endif
if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
Message "Installing " + $ProductId$ + " 64 Bit..." Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 64 Bit..."
comment "Copy files" comment "Copy files"
Files_install_64 /64Bit Files_install_64 /64Bit
comment "Start setup program" comment "Start setup program"

View File

@ -0,0 +1 @@
334d0c1d64289d35f53e4901121d6aafa77cd3e6 /home/mario/.opsi-dist-cache/font.linuxlibertine-5.3.0//Linux-Libertine.gif

View File

@ -3,6 +3,8 @@
############################ ############################
VENDOR="fedorahosted.org" VENDOR="fedorahosted.org"
PN="font.linuxlibertine" PN="font.linuxlibertine"
NAME="Linux Libertine Free Font"
DESCRIPTION="Linux Libertine Free Font"
VERSION="5.3.0" VERSION="5.3.0"
RELEASE="3" RELEASE="3"
PRIORITY="0" PRIORITY="0"
@ -14,8 +16,8 @@ TYPE="public"
# #
DL_FILE[0]="libertine.png" DL_FILE[0]="Linux-Libertine.gif"
DL_SOURCE[0]="http://fontaday.com/wp-content/uploads/2010/07/libertine.png" DL_SOURCE[0]="http://www.succodesign.it/wp-content/uploads/2011/01/Linux-Libertine.gif"
DL_FILE[1]="LinLibertineOTF_5.3.0_2012_07_02.tgz" DL_FILE[1]="LinLibertineOTF_5.3.0_2012_07_02.tgz"
DL_SOURCE[1]="http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/5.3.0/LinLibertineOTF_5.3.0_2012_07_02.tgz" DL_SOURCE[1]="http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/5.3.0/LinLibertineOTF_5.3.0_2012_07_02.tgz"

View File

@ -1 +0,0 @@
26acaf400c015b67c05b22864073c5e7625e7064 /usr/portage/distfiles/libertine.png