Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Modules/package/buildpkg.sh

  • Property svn:executable set to *
1#!/bin/bash
2
3# $1 Path to store built package
4
5packagesidentity="org.chameleon"
6
7packagename="Chameleon"
8
9pkgroot="${0%/*}"
10
11chamTemp="usr/local/chamTemp"
12
13COL_BLACK="\x1b[30;01m"
14COL_RED="\x1b[31;01m"
15COL_GREEN="\x1b[32;01m"
16COL_YELLOW="\x1b[33;01m"
17COL_MAGENTA="\x1b[35;01m"
18COL_CYAN="\x1b[36;01m"
19COL_WHITE="\x1b[37;01m"
20COL_BLUE="\x1b[34;01m"
21COL_RESET="\x1b[39;49;00m"
22
23#version=$( grep I386BOOT_CHAMELEONVERSION vers.h | awk '{ print $3 }' | tr -d '\"' )
24version=$( cat version )
25stage=${version##*-}
26revision=$( grep I386BOOT_CHAMELEONREVISION vers.h | awk '{ print $3 }' | tr -d '\"' )
27builddate=$( grep I386BOOT_BUILDDATE vers.h | awk '{ print $3,$4 }' | tr -d '\"' )
28timestamp=$( date -j -f "%Y-%m-%d %H:%M:%S" "${builddate}" "+%s" )
29
30# =================
31
32develop=$(awk "NR==6{print;exit}" ${pkgroot}/../CREDITS)
33credits=$(awk "NR==10{print;exit}" ${pkgroot}/../CREDITS)
34pkgdev=$(awk "NR==14{print;exit}" ${pkgroot}/../CREDITS)
35
36# =================
37
38distributioncount=0
39xmlindent=0
40
41indent[0]="\t"
42indent[1]="\t\t"
43indent[2]="\t\t\t"
44indent[3]="\t\t\t\t"
45
46main ()
47{
48
49# clean up the destination path
50
51rm -R -f "${1}"
52echo ""
53echo -e $COL_CYAN"----------------------------------"$COL_RESET
54echo -e $COL_CYAN"Building $packagename Install Package"$COL_RESET
55echo -e $COL_CYAN"----------------------------------"$COL_RESET
56echo ""
57
58outline[$((outlinecount++))]="${indent[$xmlindent]}<choices-outline>"
59
60# build pre install package
61# This is run before any other package - so this could
62# be a good place to initialise the install log???
63echo "================= Preinstall ================="
64((xmlindent++))
65packagesidentity="org.chameleon"
66mkdir -p ${1}/Pre/Root
67mkdir -p ${1}/Pre/Scripts
68cp -f ${pkgroot}/Scripts/Main/preinstall ${1}/Pre/Scripts
69echo "[BUILD] Pre "
70buildpackage "${1}/Pre" "/" "" "start_visible=\"false\" start_selected=\"true\"" >/dev/null 2>&1
71# End build pre install package
72
73# build core package
74echo "================= Core ================="
75packagesidentity="org.chameleon"
76mkdir -p ${1}/Core/Root/usr/local/bin
77mkdir -p ${1}/Core/Root/usr/standalone/i386
78ditto --noextattr --noqtn ${1%/*}/i386/boot ${1}/Core/Root/usr/standalone/i386
79ditto --noextattr --noqtn ${1%/*}/i386/boot0 ${1}/Core/Root/usr/standalone/i386
80ditto --noextattr --noqtn ${1%/*}/i386/boot0md ${1}/Core/Root/usr/standalone/i386
81ditto --noextattr --noqtn ${1%/*}/i386/boot1f32 ${1}/Core/Root/usr/standalone/i386
82ditto --noextattr --noqtn ${1%/*}/i386/boot1h ${1}/Core/Root/usr/standalone/i386
83ditto --noextattr --noqtn ${1%/*}/i386/boot1he ${1}/Core/Root/usr/standalone/i386
84ditto --noextattr --noqtn ${1%/*}/i386/boot1hp ${1}/Core/Root/usr/standalone/i386
85ditto --noextattr --noqtn ${1%/*}/i386/cdboot ${1}/Core/Root/usr/standalone/i386
86ditto --noextattr --noqtn ${1%/*}/i386/chain0 ${1}/Core/Root/usr/standalone/i386
87ditto --noextattr --noqtn ${1%/*}/i386/fdisk440 ${1}/Core/Root/usr/local/bin
88ditto --noextattr --noqtn ${1%/*}/i386/bdmesg ${1}/Core/Root/usr/local/bin
89local coresize=$( du -hkc "${1}/Core/Root" | tail -n1 | awk {'print $1'} )
90echo "[BUILD] i386 "
91buildpackage "${1}/Core" "/" "0" "start_visible=\"false\" start_selected=\"true\"" >/dev/null 2>&1
92# End build core package
93
94# build Chameleon package
95echo "================= Chameleon ================="
96outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Chameleon\">"
97choices[$((choicescount++))]="\t<choice\n\t\tid=\"Chameleon\"\n\t\ttitle=\"Chameleon_title\"\n\t\tdescription=\"Chameleon_description\">\n\t</choice>\n"
98((xmlindent++))
99
100# build standard package
101mkdir -p ${1}/Standard/Root
102mkdir -p ${1}/Standard/Scripts/Resources
103cp -f ${pkgroot}/Scripts/Main/Standard/* ${1}/Standard/Scripts
104cp -f ${pkgroot}/Scripts/Sub/* ${1}/Standard/Scripts
105ditto --arch i386 `which SetFile` ${1}/Standard/Scripts/Resources/SetFile
106ditto --noextattr --noqtn ${1%/*/*}/revision ${1}/Standard/Scripts/Resources/revision
107ditto --noextattr --noqtn ${1%/*/*}/version ${1}/Standard/Scripts/Resources/version
108echo "[BUILD] Standard "
109 buildpackage "${1}/Standard" "/" "${coresize}" "start_enabled=\"true\" start_selected=\"upgrade_allowed()\" selected=\"exclusive(choices['EFI']) &amp;&amp; exclusive(choices['noboot'])\"" >/dev/null 2>&1
110# End build standard package
111
112# build efi package
113mkdir -p ${1}/EFI/Root
114mkdir -p ${1}/EFI/Scripts/Resources
115cp -f ${pkgroot}/Scripts/Main/EFI/* ${1}/EFI/Scripts
116cp -f ${pkgroot}/Scripts/Sub/* ${1}/EFI/Scripts
117ditto --arch i386 `which SetFile` ${1}/EFI/Scripts/Resources/SetFile
118ditto --noextattr --noqtn ${1%/*/*}/revision ${1}/EFI/Scripts/Resources/revision
119ditto --noextattr --noqtn ${1%/*/*}/version ${1}/EFI/Scripts/Resources/version
120echo "[BUILD] EFI "
121buildpackage "${1}/EFI" "/" "${coresize}" "start_visible=\"systemHasGPT()\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) &amp;&amp; exclusive(choices['noboot'])\"" >/dev/null 2>&1
122# End build efi package
123
124# build reset choice package
125mkdir -p ${1}/noboot/Root
126echo "[BUILD] Reset choice "
127buildpackage "${1}/noboot" "/$chamTemp" "" "start_visible=\"true\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) &amp;&amp; exclusive(choices['EFI'])\"" >/dev/null 2>&1
128# End build reset choice package
129
130 ((xmlindent--))
131 outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
132# End build Chameleon package
133
134# build Modules package
135echo "================= Modules ================="
136###############################
137# Supported Modules #
138###############################
139# AMDGraphicsEnabler.dylib #
140# ATiGraphicsEnabler.dylib #
141# IntelGraphicsEnabler.dylib #
142# klibc.dylib #
143# NVIDIAGraphicsEnabler.dylib #
144# Resolution.dylib #
145# uClibcxx.dylib #
146# Keylayout.dylib #
147###############################
148if [ "$(ls -A "${1%/*}/i386/modules")" ]; then
149{
150outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Module\">"
151choices[$((choicescount++))]="\t<choice\n\t\tid=\"Module\"\n\t\ttitle=\"Module_title\"\n\t\tdescription=\"Module_description\">\n\t</choice>\n"
152((xmlindent++))
153packagesidentity="org.chameleon.modules"
154# -
155if [ -e ${1%/*}/i386/modules/klibc.dylib ]; then
156{
157mkdir -p ${1}/klibc/Root
158ditto --noextattr --noqtn ${1%/*}/i386/modules/klibc.dylib ${1}/klibc/Root
159echo "[BUILD] klibc "
160buildpackage "${1}/klibc" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
161}
162fi
163# -
164if [ -e ${1%/*}/i386/modules/uClibcxx.dylib ]; then
165{
166mkdir -p ${1}/uClibc/Root
167ditto --noextattr --noqtn ${1%/*}/i386/modules/uClibcxx.dylib ${1}/uClibc/Root
168ditto --noextattr --noqtn ${1%/*}/i386/modules/klibc.dylib ${1}/uClibc/Root
169echo "[BUILD] uClibc++ "
170buildpackage "${1}/uClibc" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
171}
172fi
173# -
174if [ -e ${1%/*}/i386/modules/Resolution.dylib ]; then
175{
176mkdir -p ${1}/AutoReso/Root
177ditto --noextattr --noqtn ${1%/*}/i386/modules/Resolution.dylib ${1}/AutoReso/Root
178echo "[BUILD] Resolution "
179buildpackage "${1}/AutoReso" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
180}
181fi
182# -
183if [ -e ${1%/*}/i386/modules/Keylayout.dylib ]; then
184{
185mkdir -p ${1}/Keylayout/Root
186ditto --noextattr --noqtn ${1%/*}/i386/modules/Keylayout.dylib ${1}/Keylayout/Root
187echo "[BUILD] Keylayout "
188buildpackage "${1}/Keylayout" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
189}
190fi
191# -
192if [ -e ${1%/*}/i386/modules/AMDGraphicsEnabler.dylib ]; then
193{
194mkdir -p ${1}/AMDGraphicsEnabler/Root
195ditto --noextattr --noqtn ${1%/*}/i386/modules/AMDGraphicsEnabler.dylib ${1}/AMDGraphicsEnabler/Root
196echo "[BUILD] AMDGraphicsEnabler "
197buildpackage "${1}/AMDGraphicsEnabler" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
198}
199fi
200# -
201if [ -e ${1%/*}/i386/modules/ATiGraphicsEnabler.dylib ]; then
202{
203mkdir -p ${1}/ATiGraphicsEnabler/Root
204ditto --noextattr --noqtn ${1%/*}/i386/modules/ATiGraphicsEnabler.dylib ${1}/ATiGraphicsEnabler/Root
205echo "[BUILD] ATiGraphicsEnabler "
206buildpackage "${1}/ATiGraphicsEnabler" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
207}
208fi
209# -
210if [ -e ${1%/*}/i386/modules/IntelGraphicsEnabler.dylib ]; then
211{
212mkdir -p ${1}/IntelGraphicsEnabler/Root
213ditto --noextattr --noqtn ${1%/*}/i386/modules/IntelGraphicsEnabler.dylib ${1}/IntelGraphicsEnabler/Root
214echo "[BUILD] IntelGraphicsEnabler "
215buildpackage "${1}/IntelGraphicsEnabler" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
216}
217fi
218# -
219if [ -e ${1%/*}/i386/modules/NVIDIAGraphicsEnabler.dylib ]; then
220{
221mkdir -p ${1}/NVIDIAGraphicsEnabler/Root
222ditto --noextattr --noqtn ${1%/*}/i386/modules/NVIDIAGraphicsEnabler.dylib ${1}/NVIDIAGraphicsEnabler/Root
223echo "[BUILD] NVIDIAGraphicsEnabler "
224buildpackage "${1}/NVIDIAGraphicsEnabler" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
225}
226fi
227
228((xmlindent--))
229outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
230}
231else
232{
233echo " -= no modules to include =-"
234}
235fi
236# End build Modules packages
237
238
239# build Extras package
240# build options packages
241
242outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Options\">"
243choices[$((choicescount++))]="\t<choice\n\t\tid=\"Options\"\n\t\ttitle=\"Options_title\"\n\t\tdescription=\"Options_description\">\n\t</choice>\n"
244((xmlindent++))
245
246# ------------------------------------------------------
247# parse OptionalSettings folder to find files of boot options.
248# ------------------------------------------------------
249OptionalSettingsFolder="${pkgroot}/OptionalSettings"
250OptionalSettingsFiles=($( find "${OptionalSettingsFolder}" -depth 1 ! -name '.svn' ! -name '.DS_Store' ))
251
252for (( i = 0 ; i < ${#OptionalSettingsFiles[@]} ; i++ ))
253do
254
255# Take filename and Strip .txt from end and path from front
256builtOptionsList=$( echo ${OptionalSettingsFiles[$i]%.txt} )
257builtOptionsList=$( echo ${builtOptionsList##*/} )
258echo "================= $builtOptionsList ================="
259outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"${builtOptionsList}\">"
260choices[$((choicescount++))]="\t<choice\n\t\tid=\"${builtOptionsList}\"\n\t\ttitle=\"${builtOptionsList}_title\"\n\t\tdescription=\"${builtOptionsList}_description\">\n\t</choice>\n"
261((xmlindent++))
262packagesidentity="org.chameleon.options.$builtOptionsList"
263
264# ------------------------------------------------------
265# Read boot option file in to an array.
266# ------------------------------------------------------
267availableOptions=() # array to hold the list of boot options, per 'section'.
268exclusiveFlag=0 # used to indicate list has exclusive options.
269exclusiveName="" # will be appended to exclusive 'none' option name.
270count=0 # used as index for stepping through array.
271while read textLine
272do
273# ignore lines in the file beginning with a # and Exclusive=False
274if [[ ${textLine} != \#* ]] && [[ ${textLine} != "Exclusive=False" ]];then
275# check for 'Exclusive=True' option in file
276if [[ ${textLine} == "Exclusive=True" ]];then
277exclusiveFlag=1
278exclusiveName=$builtOptionsList
279else
280availableOptions[count]=$textLine
281((count++))
282fi
283fi
284done < ${OptionalSettingsFiles[$i]}
285buildoptionalsettings "$1" "${exclusiveFlag}" "${exclusiveName}"
286
287((xmlindent--))
288outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
289done
290
291# build KeyLayout options packages
292echo "================= Keymaps Options ================="
293outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"KeyLayout\">"
294choices[$((choicescount++))]="\t<choice\n\t\tid=\"KeyLayout\"\n\t\ttitle=\"KeyLayout_title\"\n\t\tdescription=\"KeyLayout_description\">\n\t</choice>\n"
295((xmlindent++))
296packagesidentity="org.chameleon.options.keylayout"
297
298# ------------------------------------------------------
299# Available Keylayout boot options are discovered by
300# reading contents of /Keymaps folder after compilation
301# ------------------------------------------------------
302availableOptions=()
303availableOptions=($( find "${1%/sym/*}/Keymaps" -type f -depth 1 -name '*.lyt' | sed 's|.*/||;s|\.lyt||' ))
304# Adjust array contents to match expected format
305# for boot options which is: name:key=value
306for (( i = 0 ; i < ${#availableOptions[@]} ; i++ ))
307do
308availableOptions[i]=${availableOptions[i]}":KeyLayout="${availableOptions[i]}
309done
310
311# to indicate exclusive option, call buildoptionalsettings with the 2nd parameter set to 1 .
312buildoptionalsettings "$1" "0" "keylayout"
313
314((xmlindent--))
315outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
316
317# End build KeyLayout options packages
318
319((xmlindent--))
320outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
321
322# End build options packages
323
324# build theme packages
325echo "================= Themes ================="
326outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Themes\">"
327choices[$((choicescount++))]="\t<choice\n\t\tid=\"Themes\"\n\t\ttitle=\"Themes_title\"\n\t\tdescription=\"Themes_description\">\n\t</choice>\n"
328((xmlindent++))
329
330# Using themes section from Azi's/package branch.
331packagesidentity="org.chameleon.themes"
332artwork="${1%/sym/package}/artwork/themes"
333themes=($( find "${artwork}" -type d -depth 1 -not -name '.svn' ))
334for (( i = 0 ; i < ${#themes[@]} ; i++ ))
335do
336theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
337mkdir -p "${1}/${theme}/Root/"
338rsync -r --exclude=.svn "${themes[$i]}/" "${1}/${theme}/Root/${theme}"
339echo "[BUILD] ${theme}"
340buildpackage "${1}/${theme}" "/$chamTemp/Extra/Themes" "" "start_selected=\"false\"" >/dev/null 2>&1
341done
342
343((xmlindent--))
344outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
345# End build theme packages
346# End build Extras package
347
348# build post install package
349echo "================= Post ================="
350packagesidentity="org.chameleon"
351mkdir -p ${1}/Post/Root
352mkdir -p ${1}/Post/Scripts
353cp -f ${pkgroot}/Scripts/Main/Post/* ${1}/Post/Scripts
354cp -f ${pkgroot}/Scripts/Sub/InstallLog.sh ${1}/Post/Scripts
355ditto --noextattr --noqtn ${1%/*/*}/revision ${1}/Post/Scripts/Resources/revision
356ditto --noextattr --noqtn ${1%/*/*}/version ${1}/Post/Scripts/Resources/version
357echo "[BUILD] Post "
358buildpackage "${1}/Post" "/" "" "start_visible=\"false\" start_selected=\"true\"" >/dev/null 2>&1
359# End build post install package
360
361((xmlindent--))
362outline[$((outlinecount++))]="${indent[$xmlindent]}</choices-outline>"
363
364# build meta package
365
366makedistribution "${1}" "${2}" "${3}" "${4}" #"${5}"
367
368# clean up
369
370rm -R -f "${1}"
371
372}
373
374fixperms ()
375{
376# $1 path
377find "${1}" -type f -exec chmod 644 {} \;
378find "${1}" -type d -exec chmod 755 {} \;
379chown -R 0:0 "${1}"
380}
381
382buildoptionalsettings()
383{
384# $1 Path to package to build containing Root and or Scripts
385# $2 = exclusiveFlag
386# S3 = exclusiveName
387
388# ------------------------------------------------------
389# if exclusiveFlag=1 then re-build array
390# adding extra boot option at beginning to give
391
392# ------------------------------------------------------
393if [ ${2} = "1" ]; then
394tempArray=("${availableOptions[@]}")
395availableOptions=()
396availableOptions[0]="ChooseNone-"$3":DONT=ADD"
397position=0
398totalItems="${#tempArray[@]}"
399for (( position = 0 ; position < $totalItems ; position++ ))
400do
401availableOptions[$position+1]=${tempArray[${position}]}
402done
403fi
404
405# ------------------------------------------------------
406# Loop through options in array and process each in turn
407# ------------------------------------------------------
408for (( c = 0 ; c < ${#availableOptions[@]} ; c++ ))
409do
410textLine=${availableOptions[c]}
411# split line - taking all before ':' as option name
412# and all after ':' as key/value
413optionName=${textLine%:*}
414keyValue=${textLine##*:}
415
416# create folders required for each boot option
417mkdir -p "${1}/$optionName/Root/"
418
419# create dummy file with name of key/value
420echo "" > "${1}/$optionName/Root/${keyValue}"
421
422echo "[BUILD] ${optionName} "
423
424# ------------------------------------------------------
425# Before calling buildpackage, add exclusive options
426# to buildpackage call if requested.
427# ------------------------------------------------------
428if [ $2 = "1" ]; then
429
430# Prepare individual string parts
431stringStart="selected=\""
432stringBefore="exclusive(choices['"
433stringAfter="']) &amp;&amp; "
434stringEnd="'])\""
435x=${stringStart}${stringBefore}
436
437# build string for sending to buildpackage
438totalItems="${#availableOptions[@]}"
439lastItem=$((totalItems-1))
440
441for (( r = 0 ; r < ${totalItems} ; r++ ))
442do
443textLineTemp=${availableOptions[r]}
444optionNameTemp=${textLineTemp%:*}
445if [ "${optionNameTemp}" != "${optionName}" ]; then
446 x="${x}${optionNameTemp}"
447 # Only add these to end of string up to the one before the last item
448if [ $r -lt $lastItem ]; then
449x="${x}${stringAfter}${stringBefore}"
450fi
451fi
452done
453x="${x}${stringEnd}"
454buildpackage "${1}/${optionName}" "/$chamTemp/options" "" "start_selected=\"false\" ${x}" >/dev/null 2>&1
455else
456buildpackage "${1}/${optionName}" "/$chamTemp/options" "" "start_selected=\"false\"" >/dev/null 2>&1
457fi
458done
459}
460
461buildpackage ()
462{
463# $1 Path to package to build containing Root and or Scripts
464# $2 Install Location
465# $3 Size
466# $4 Options
467
468if [ -d "${1}/Root" ] && [ "${1}/Scripts" ]; then
469
470local packagename="${1##*/}"
471local identifier=$( echo ${packagesidentity}.${packagename//_/.} | tr [:upper:] [:lower:] )
472find "${1}" -name '.DS_Store' -delete
473local filecount=$( find "${1}/Root" | wc -l )
474if [ "${3}" ]; then
475local installedsize="${3}"
476else
477local installedsize=$( du -hkc "${1}/Root" | tail -n1 | awk {'print $1'} )
478fi
479local header="<?xml version=\"1.0\"?>\n<pkg-info format-version=\"2\" "
480
481#[ "${3}" == "relocatable" ] && header+="relocatable=\"true\" "
482
483header+="identifier=\"${identifier}\" "
484header+="version=\"${version}\" "
485
486[ "${2}" != "relocatable" ] && header+="install-location=\"${2}\" "
487
488header+="auth=\"root\">\n"
489header+="\t<payload installKBytes=\"${installedsize##* }\" numberOfFiles=\"${filecount##* }\"/>\n"
490rm -R -f "${1}/Temp"
491
492[ -d "${1}/Temp" ] || mkdir -m 777 "${1}/Temp"
493[ -d "${1}/Root" ] && mkbom "${1}/Root" "${1}/Temp/Bom"
494
495if [ -d "${1}/Scripts" ]; then
496header+="\t<scripts>\n"
497for script in $( find "${1}/Scripts" -type f \( -name 'pre*' -or -name 'post*' \) )
498do
499header+="\t\t<${script##*/} file=\"./${script##*/}\"/>\n"
500done
501header+="\t</scripts>\n"
502chown -R 0:0 "${1}/Scripts"
503pushd "${1}/Scripts" >/dev/null
504find . -print | cpio -o -z -H cpio > "../Temp/Scripts"
505popd >/dev/null
506fi
507
508header+="</pkg-info>"
509echo -e "${header}" > "${1}/Temp/PackageInfo"
510pushd "${1}/Root" >/dev/null
511find . -print | cpio -o -z -H cpio > "../Temp/Payload"
512popd >/dev/null
513pushd "${1}/Temp" >/dev/null
514
515xar -c -f "${1%/*}/${packagename// /}.pkg" --compression none .
516
517popd >/dev/null
518
519outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"${packagename// /}\"/>"
520
521if [ "${4}" ]; then
522local choiceoptions="\t\t${4}"
523fi
524#choices[$((choicescount++))]="<choice\n\tid=\"${packagename// /}\"\n\ttitle=\"${packagename}_title\"\n\tdescription=\"${packagename}_description\"\n${choiceoptions}>\n\t<pkg-ref id=\"${identifier}\" installKBytes='${installedsize}' version='${version}.0.0.${timestamp}' auth='root'>#${packagename// /}.pkg</pkg-ref>\n</choice>\n"
525
526choices[$((choicescount++))]="\t<choice\n\t\tid=\"${packagename// /}\"\n\t\ttitle=\"${packagename}_title\"\n\t\tdescription=\"${packagename}_description\"\n${choiceoptions}>\n\t\t<pkg-ref id=\"${identifier}\" installKBytes='${installedsize}' version='${version}.0.0.${timestamp}' >#${packagename// /}.pkg</pkg-ref>\n\t</choice>\n"
527rm -R -f "${1}"
528fi
529}
530
531makedistribution ()
532{
533rm -f "${1%/*}/${packagename// /}"*.pkg
534
535find "${1}" -type f -name '*.pkg' -depth 1 | while read component
536do
537mkdir -p "${1}/${packagename}/${component##*/}"
538pushd "${1}/${packagename}/${component##*/}" >/dev/null
539xar -x -f "${1%}/${component##*/}"
540popd >/dev/null
541done
542
543ditto --noextattr --noqtn "${pkgroot}/Distribution" "${1}/${packagename}/Distribution"
544ditto --noextattr --noqtn "${pkgroot}/Resources" "${1}/${packagename}/Resources"
545
546find "${1}/${packagename}/Resources" -type d -name '.svn' -exec rm -R -f {} \; 2>/dev/null
547
548for (( i=0; i < ${#outline[*]} ; i++));
549do
550echo -e "${outline[$i]}" >> "${1}/${packagename}/Distribution"
551done
552
553for (( i=0; i < ${#choices[*]} ; i++));
554do
555echo -e "${choices[$i]}" >> "${1}/${packagename}/Distribution"
556done
557
558echo "</installer-gui-script>" >> "${1}/${packagename}/Distribution"
559
560perl -i -p -e "s/%CHAMELEONVERSION%/${version%%-*}/g" `find "${1}/${packagename}/Resources" -type f`
561perl -i -p -e "s/%CHAMELEONREVISION%/${revision}/g" `find "${1}/${packagename}/Resources" -type f`
562
563# Adding Developer and credits
564perl -i -p -e "s/%DEVELOP%/${develop}/g" `find "${1}/${packagename}/Resources" -type f`
565perl -i -p -e "s/%CREDITS%/${credits}/g" `find "${1}/${packagename}/Resources" -type f`
566perl -i -p -e "s/%PKGDEV%/${pkgdev}/g" `find "${1}/${packagename}/Resources" -type f`
567
568stage=${stage/RC/Release Candidate }
569stage=${stage/FINAL/2.0 Final}
570perl -i -p -e "s/%CHAMELEONSTAGE%/${stage}/g" `find "${1}/${packagename}/Resources" -type f`
571
572find "${1}/${packagename}" -name '.DS_Store' -delete
573pushd "${1}/${packagename}" >/dev/null
574xar -c -f "${1%/*}/${packagename// /}-${version}-r${revision}.pkg" --compression none .
575popd >/dev/null
576
577# Here is the place for assign a Icon to the pkg
578# command use to generate the file:
579# ditto -c -k --sequesterRsrc --keepParent Icon.icns Icon.zip
580# ----
581 ditto -xk "${pkgroot}/Icons/pkg.zip" "${pkgroot}/Icons/"
582 DeRez -only icns "${pkgroot}/Icons/Icons/pkg.icns" > tempicns.rsrc
583 Rez -append tempicns.rsrc -o "${1%/*}/$packagename-${version}-r$revision.pkg"
584 SetFile -a C "${1%/*}/$packagename-${version}-r$revision.pkg"
585 rm -f tempicns.rsrc
586 rm -rf "${pkgroot}/Icons/Icons"
587# End
588
589md5=$( md5 "${1%/*}/${packagename// /}-${version}-r${revision}.pkg" | awk {'print $4'} )
590echo "MD5 (${packagename// /}-${version}-r${revision}.pkg) = ${md5}" > "${1%/*}/${packagename// /}-${version}-r${revision}.pkg.md5"
591echo ""
592
593echo -e $COL_GREEN"--------------------------"$COL_RESET
594echo -e $COL_GREEN"Building process complete!"$COL_RESET
595echo -e $COL_GREEN"--------------------------"$COL_RESET
596echo ""
597echo -e $COL_GREEN"Build info."
598echo -e $COL_GREEN"==========="
599echo -e $COL_BLUE"Package name:"$COL_RESET"$packagename-${version}-r$revision.pkg"
600echo -e $COL_BLUE"MD5:"$COL_RESET"$md5"
601echo -e $COL_BLUE"Version:"$COL_RESET"$version"
602echo -e $COL_BLUE"Stage:"$COL_RESET"$stage"
603echo -e $COL_BLUE"Date/Time:"$COL_RESET"$builddate"
604echo ""
605
606}
607
608main "${1}" "${2}" "${3}" "${4}" "${5}"
609
610

Archive Download this file

Revision: 1628