Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Trunk/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# klibc.dylib #
140# Resolution.dylib #
141# uClibcxx.dylib #
142# Keylayout.dylib #
143###############################
144if [ "$(ls -A "${1%/*}/i386/modules")" ]; then
145{
146outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Module\">"
147choices[$((choicescount++))]="\t<choice\n\t\tid=\"Module\"\n\t\ttitle=\"Module_title\"\n\t\tdescription=\"Module_description\">\n\t</choice>\n"
148((xmlindent++))
149packagesidentity="org.chameleon.modules"
150# -
151if [ -e ${1%/*}/i386/modules/klibc.dylib ]; then
152{
153mkdir -p ${1}/klibc/Root
154ditto --noextattr --noqtn ${1%/*}/i386/modules/klibc.dylib ${1}/klibc/Root
155echo "[BUILD] klibc "
156buildpackage "${1}/klibc" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
157}
158fi
159# -
160if [ -e ${1%/*}/i386/modules/uClibcxx.dylib ]; then
161{
162mkdir -p ${1}/uClibc/Root
163ditto --noextattr --noqtn ${1%/*}/i386/modules/uClibcxx.dylib ${1}/uClibc/Root
164ditto --noextattr --noqtn ${1%/*}/i386/modules/klibc.dylib ${1}/uClibc/Root
165echo "[BUILD] uClibc++ "
166buildpackage "${1}/uClibc" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
167}
168fi
169# -
170if [ -e ${1%/*}/i386/modules/Resolution.dylib ]; then
171{
172mkdir -p ${1}/AutoReso/Root
173ditto --noextattr --noqtn ${1%/*}/i386/modules/Resolution.dylib ${1}/AutoReso/Root
174echo "[BUILD] Resolution "
175buildpackage "${1}/AutoReso" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
176}
177fi
178# -
179if [ -e ${1%/*}/i386/modules/Keylayout.dylib ]; then
180{
181mkdir -p ${1}/Keylayout/Root
182ditto --noextattr --noqtn ${1%/*}/i386/modules/Keylayout.dylib ${1}/Keylayout/Root
183echo "[BUILD] Keylayout "
184buildpackage "${1}/Keylayout" "/$chamTemp/Extra/modules" "" "start_selected=\"false\"" >/dev/null 2>&1
185}
186fi
187
188((xmlindent--))
189outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
190}
191else
192{
193echo " -= no modules to include =-"
194}
195fi
196# End build Modules packages
197
198
199# build Extras package
200# build options packages
201
202outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Options\">"
203choices[$((choicescount++))]="\t<choice\n\t\tid=\"Options\"\n\t\ttitle=\"Options_title\"\n\t\tdescription=\"Options_description\">\n\t</choice>\n"
204((xmlindent++))
205
206# ------------------------------------------------------
207# parse OptionalSettings folder to find files of boot options.
208# ------------------------------------------------------
209OptionalSettingsFolder="${pkgroot}/OptionalSettings"
210OptionalSettingsFiles=($( find "${OptionalSettingsFolder}" -depth 1 ! -name '.svn' ! -name '.DS_Store' ))
211
212for (( i = 0 ; i < ${#OptionalSettingsFiles[@]} ; i++ ))
213do
214
215# Take filename and Strip .txt from end and path from front
216builtOptionsList=$( echo ${OptionalSettingsFiles[$i]%.txt} )
217builtOptionsList=$( echo ${builtOptionsList##*/} )
218echo "================= $builtOptionsList ================="
219outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"${builtOptionsList}\">"
220choices[$((choicescount++))]="\t<choice\n\t\tid=\"${builtOptionsList}\"\n\t\ttitle=\"${builtOptionsList}_title\"\n\t\tdescription=\"${builtOptionsList}_description\">\n\t</choice>\n"
221((xmlindent++))
222packagesidentity="org.chameleon.options.$builtOptionsList"
223
224# ------------------------------------------------------
225# Read boot option file in to an array.
226# ------------------------------------------------------
227availableOptions=() # array to hold the list of boot options, per 'section'.
228exclusiveFlag=0 # used to indicate list has exclusive options.
229exclusiveName="" # will be appended to exclusive 'none' option name.
230count=0 # used as index for stepping through array.
231while read textLine
232do
233# ignore lines in the file beginning with a # and Exclusive=False
234if [[ ${textLine} != \#* ]] && [[ ${textLine} != "Exclusive=False" ]];then
235# check for 'Exclusive=True' option in file
236if [[ ${textLine} == "Exclusive=True" ]];then
237exclusiveFlag=1
238exclusiveName=$builtOptionsList
239else
240availableOptions[count]=$textLine
241((count++))
242fi
243fi
244done < ${OptionalSettingsFiles[$i]}
245buildoptionalsettings "$1" "${exclusiveFlag}" "${exclusiveName}"
246
247((xmlindent--))
248outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
249done
250
251# build KeyLayout options packages
252echo "================= Keymaps Options ================="
253outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"KeyLayout\">"
254choices[$((choicescount++))]="\t<choice\n\t\tid=\"KeyLayout\"\n\t\ttitle=\"KeyLayout_title\"\n\t\tdescription=\"KeyLayout_description\">\n\t</choice>\n"
255((xmlindent++))
256packagesidentity="org.chameleon.options.keylayout"
257
258# ------------------------------------------------------
259# Available Keylayout boot options are discovered by
260# reading contents of /Keymaps folder after compilation
261# ------------------------------------------------------
262availableOptions=()
263availableOptions=($( find "${1%/sym/*}/Keymaps" -type f -depth 1 -name '*.lyt' | sed 's|.*/||;s|\.lyt||' ))
264# Adjust array contents to match expected format
265# for boot options which is: name:key=value
266for (( i = 0 ; i < ${#availableOptions[@]} ; i++ ))
267do
268availableOptions[i]=${availableOptions[i]}":KeyLayout="${availableOptions[i]}
269done
270
271# to indicate exclusive option, call buildoptionalsettings with the 2nd parameter set to 1 .
272buildoptionalsettings "$1" "0" "keylayout"
273
274((xmlindent--))
275outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
276
277# End build KeyLayout options packages
278
279((xmlindent--))
280outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
281
282# End build options packages
283
284# build theme packages
285echo "================= Themes ================="
286outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"Themes\">"
287choices[$((choicescount++))]="\t<choice\n\t\tid=\"Themes\"\n\t\ttitle=\"Themes_title\"\n\t\tdescription=\"Themes_description\">\n\t</choice>\n"
288((xmlindent++))
289
290# Using themes section from Azi's/package branch.
291packagesidentity="org.chameleon.themes"
292artwork="${1%/sym/package}/artwork/themes"
293themes=($( find "${artwork}" -type d -depth 1 -not -name '.svn' ))
294for (( i = 0 ; i < ${#themes[@]} ; i++ ))
295do
296theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
297mkdir -p "${1}/${theme}/Root/"
298rsync -r --exclude=.svn "${themes[$i]}/" "${1}/${theme}/Root/${theme}"
299echo "[BUILD] ${theme}"
300buildpackage "${1}/${theme}" "/$chamTemp/Extra/Themes" "" "start_selected=\"false\"" >/dev/null 2>&1
301done
302
303((xmlindent--))
304outline[$((outlinecount++))]="${indent[$xmlindent]}</line>"
305# End build theme packages
306# End build Extras package
307
308# build post install package
309echo "================= Post ================="
310packagesidentity="org.chameleon"
311mkdir -p ${1}/Post/Root
312mkdir -p ${1}/Post/Scripts
313cp -f ${pkgroot}/Scripts/Main/Post/* ${1}/Post/Scripts
314cp -f ${pkgroot}/Scripts/Sub/InstallLog.sh ${1}/Post/Scripts
315ditto --noextattr --noqtn ${1%/*/*}/revision ${1}/Post/Scripts/Resources/revision
316ditto --noextattr --noqtn ${1%/*/*}/version ${1}/Post/Scripts/Resources/version
317echo "[BUILD] Post "
318buildpackage "${1}/Post" "/" "" "start_visible=\"false\" start_selected=\"true\"" >/dev/null 2>&1
319# End build post install package
320
321((xmlindent--))
322outline[$((outlinecount++))]="${indent[$xmlindent]}</choices-outline>"
323
324# build meta package
325
326makedistribution "${1}" "${2}" "${3}" "${4}" #"${5}"
327
328# clean up
329
330rm -R -f "${1}"
331
332}
333
334fixperms ()
335{
336# $1 path
337find "${1}" -type f -exec chmod 644 {} \;
338find "${1}" -type d -exec chmod 755 {} \;
339chown -R 0:0 "${1}"
340}
341
342buildoptionalsettings()
343{
344# $1 Path to package to build containing Root and or Scripts
345# $2 = exclusiveFlag
346# S3 = exclusiveName
347
348# ------------------------------------------------------
349# if exclusiveFlag=1 then re-build array
350# adding extra boot option at beginning to give
351
352# ------------------------------------------------------
353if [ ${2} = "1" ]; then
354tempArray=("${availableOptions[@]}")
355availableOptions=()
356availableOptions[0]="ChooseNone-"$3":DONT=ADD"
357position=0
358totalItems="${#tempArray[@]}"
359for (( position = 0 ; position < $totalItems ; position++ ))
360do
361availableOptions[$position+1]=${tempArray[${position}]}
362done
363fi
364
365# ------------------------------------------------------
366# Loop through options in array and process each in turn
367# ------------------------------------------------------
368for (( c = 0 ; c < ${#availableOptions[@]} ; c++ ))
369do
370textLine=${availableOptions[c]}
371# split line - taking all before ':' as option name
372# and all after ':' as key/value
373optionName=${textLine%:*}
374keyValue=${textLine##*:}
375
376# create folders required for each boot option
377mkdir -p "${1}/$optionName/Root/"
378
379# create dummy file with name of key/value
380echo "" > "${1}/$optionName/Root/${keyValue}"
381
382echo "[BUILD] ${optionName} "
383
384# ------------------------------------------------------
385# Before calling buildpackage, add exclusive options
386# to buildpackage call if requested.
387# ------------------------------------------------------
388if [ $2 = "1" ]; then
389
390# Prepare individual string parts
391stringStart="selected=\""
392stringBefore="exclusive(choices['"
393stringAfter="']) &amp;&amp; "
394stringEnd="'])\""
395x=${stringStart}${stringBefore}
396
397# build string for sending to buildpackage
398totalItems="${#availableOptions[@]}"
399lastItem=$((totalItems-1))
400
401for (( r = 0 ; r < ${totalItems} ; r++ ))
402do
403textLineTemp=${availableOptions[r]}
404optionNameTemp=${textLineTemp%:*}
405if [ "${optionNameTemp}" != "${optionName}" ]; then
406 x="${x}${optionNameTemp}"
407 # Only add these to end of string up to the one before the last item
408if [ $r -lt $lastItem ]; then
409x="${x}${stringAfter}${stringBefore}"
410fi
411fi
412done
413x="${x}${stringEnd}"
414buildpackage "${1}/${optionName}" "/$chamTemp/options" "" "start_selected=\"false\" ${x}" >/dev/null 2>&1
415else
416buildpackage "${1}/${optionName}" "/$chamTemp/options" "" "start_selected=\"false\"" >/dev/null 2>&1
417fi
418done
419}
420
421buildpackage ()
422{
423# $1 Path to package to build containing Root and or Scripts
424# $2 Install Location
425# $3 Size
426# $4 Options
427
428if [ -d "${1}/Root" ] && [ "${1}/Scripts" ]; then
429
430local packagename="${1##*/}"
431local identifier=$( echo ${packagesidentity}.${packagename//_/.} | tr [:upper:] [:lower:] )
432find "${1}" -name '.DS_Store' -delete
433local filecount=$( find "${1}/Root" | wc -l )
434if [ "${3}" ]; then
435local installedsize="${3}"
436else
437local installedsize=$( du -hkc "${1}/Root" | tail -n1 | awk {'print $1'} )
438fi
439local header="<?xml version=\"1.0\"?>\n<pkg-info format-version=\"2\" "
440
441#[ "${3}" == "relocatable" ] && header+="relocatable=\"true\" "
442
443header+="identifier=\"${identifier}\" "
444header+="version=\"${version}\" "
445
446[ "${2}" != "relocatable" ] && header+="install-location=\"${2}\" "
447
448header+="auth=\"root\">\n"
449header+="\t<payload installKBytes=\"${installedsize##* }\" numberOfFiles=\"${filecount##* }\"/>\n"
450rm -R -f "${1}/Temp"
451
452[ -d "${1}/Temp" ] || mkdir -m 777 "${1}/Temp"
453[ -d "${1}/Root" ] && mkbom "${1}/Root" "${1}/Temp/Bom"
454
455if [ -d "${1}/Scripts" ]; then
456header+="\t<scripts>\n"
457for script in $( find "${1}/Scripts" -type f \( -name 'pre*' -or -name 'post*' \) )
458do
459header+="\t\t<${script##*/} file=\"./${script##*/}\"/>\n"
460done
461header+="\t</scripts>\n"
462chown -R 0:0 "${1}/Scripts"
463pushd "${1}/Scripts" >/dev/null
464find . -print | cpio -o -z -H cpio > "../Temp/Scripts"
465popd >/dev/null
466fi
467
468header+="</pkg-info>"
469echo -e "${header}" > "${1}/Temp/PackageInfo"
470pushd "${1}/Root" >/dev/null
471find . -print | cpio -o -z -H cpio > "../Temp/Payload"
472popd >/dev/null
473pushd "${1}/Temp" >/dev/null
474
475xar -c -f "${1%/*}/${packagename// /}.pkg" --compression none .
476
477popd >/dev/null
478
479outline[$((outlinecount++))]="${indent[$xmlindent]}<line choice=\"${packagename// /}\"/>"
480
481if [ "${4}" ]; then
482local choiceoptions="\t\t${4}"
483fi
484#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"
485
486choices[$((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"
487rm -R -f "${1}"
488fi
489}
490
491makedistribution ()
492{
493rm -f "${1%/*}/${packagename// /}"*.pkg
494
495find "${1}" -type f -name '*.pkg' -depth 1 | while read component
496do
497mkdir -p "${1}/${packagename}/${component##*/}"
498pushd "${1}/${packagename}/${component##*/}" >/dev/null
499xar -x -f "${1%}/${component##*/}"
500popd >/dev/null
501done
502
503ditto --noextattr --noqtn "${pkgroot}/Distribution" "${1}/${packagename}/Distribution"
504ditto --noextattr --noqtn "${pkgroot}/Resources" "${1}/${packagename}/Resources"
505
506find "${1}/${packagename}/Resources" -type d -name '.svn' -exec rm -R -f {} \; 2>/dev/null
507
508for (( i=0; i < ${#outline[*]} ; i++));
509do
510echo -e "${outline[$i]}" >> "${1}/${packagename}/Distribution"
511done
512
513for (( i=0; i < ${#choices[*]} ; i++));
514do
515echo -e "${choices[$i]}" >> "${1}/${packagename}/Distribution"
516done
517
518echo "</installer-gui-script>" >> "${1}/${packagename}/Distribution"
519
520perl -i -p -e "s/%CHAMELEONVERSION%/${version%%-*}/g" `find "${1}/${packagename}/Resources" -type f`
521perl -i -p -e "s/%CHAMELEONREVISION%/${revision}/g" `find "${1}/${packagename}/Resources" -type f`
522
523# Adding Developer and credits
524perl -i -p -e "s/%DEVELOP%/${develop}/g" `find "${1}/${packagename}/Resources" -type f`
525perl -i -p -e "s/%CREDITS%/${credits}/g" `find "${1}/${packagename}/Resources" -type f`
526perl -i -p -e "s/%PKGDEV%/${pkgdev}/g" `find "${1}/${packagename}/Resources" -type f`
527
528stage=${stage/RC/Release Candidate }
529stage=${stage/FINAL/2.0 Final}
530perl -i -p -e "s/%CHAMELEONSTAGE%/${stage}/g" `find "${1}/${packagename}/Resources" -type f`
531
532find "${1}/${packagename}" -name '.DS_Store' -delete
533pushd "${1}/${packagename}" >/dev/null
534xar -c -f "${1%/*}/${packagename// /}-${version}-r${revision}.pkg" --compression none .
535popd >/dev/null
536
537# Here is the place for assign a Icon to the pkg
538# command use to generate the file:
539# ditto -c -k --sequesterRsrc --keepParent Icon.icns Icon.zip
540# ----
541 ditto -xk "${pkgroot}/Icons/pkg.zip" "${pkgroot}/Icons/"
542 DeRez -only icns "${pkgroot}/Icons/Icons/pkg.icns" > tempicns.rsrc
543 Rez -append tempicns.rsrc -o "${1%/*}/$packagename-${version}-r$revision.pkg"
544 SetFile -a C "${1%/*}/$packagename-${version}-r$revision.pkg"
545 rm -f tempicns.rsrc
546 rm -rf "${pkgroot}/Icons/Icons"
547# End
548
549md5=$( md5 "${1%/*}/${packagename// /}-${version}-r${revision}.pkg" | awk {'print $4'} )
550echo "MD5 (${packagename// /}-${version}-r${revision}.pkg) = ${md5}" > "${1%/*}/${packagename// /}-${version}-r${revision}.pkg.md5"
551echo ""
552
553echo -e $COL_GREEN"--------------------------"$COL_RESET
554echo -e $COL_GREEN"Building process complete!"$COL_RESET
555echo -e $COL_GREEN"--------------------------"$COL_RESET
556echo ""
557echo -e $COL_GREEN"Build info."
558echo -e $COL_GREEN"==========="
559echo -e $COL_BLUE"Package name:"$COL_RESET"$packagename-${version}-r$revision.pkg"
560echo -e $COL_BLUE"MD5:"$COL_RESET"$md5"
561echo -e $COL_BLUE"Version:"$COL_RESET"$version"
562echo -e $COL_BLUE"Stage:"$COL_RESET"$stage"
563echo -e $COL_BLUE"Date/Time:"$COL_RESET"$builddate"
564echo ""
565
566}
567
568main "${1}" "${2}" "${3}" "${4}" "${5}"
569
570

Archive Download this file

Revision: 1631