Changeset 1625 for pbibuild/modules/glest
- Timestamp:
- 03/19/08 17:55:13 (5 months ago)
- Location:
- pbibuild/modules/glest
- Files:
-
- 4 modified
-
build.sh (modified) (1 diff)
-
copy-files (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/glest/build.sh
r1610 r1625 10 10 ############################################################################## 11 11 12 # We need to modify the glest.ini file in order for it to use a valid font 13 # on PC-BSD 14 15 rm /tmp/glest-new.ini >/dev/null 2>/dev/null 16 FOUNDLINE="0" 17 18 while read line 19 do 20 21 echo $line | grep Font >/dev/null 2>/dev/null 22 if [ "$?" = "0" ] 23 then 24 if [ "$FOUNDLINE" = "0" ] 25 then 26 echo "FontConsole=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-* 27 FontDisplay=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-* 28 FontMenu=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-*" >> /tmp/glest-new.ini 29 FOUNDLINE="1" 30 fi 31 else 32 echo "$line" >> /tmp/glest-new.ini 33 fi 34 35 done < "${PBIDIR}/share/glest/glest.ini" 36 37 mv /tmp/glest-new.ini ${PBIDIR}/share/glest/glest.ini 38 -
pbibuild/modules/glest/copy-files
r1619 r1625 1 1 /usr/local/bin/glest bin/ 2 /usr/local/share/glest/glest bin/glest-bin 2 3 /usr/local/share/glest share/ 3 4 /usr/local/share/doc/glest share/doc/ -
pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh
r1610 r1625 15 15 # echo 'MSG: <text>' # Display this text above progress bar 16 16 ######################################### 17 ln -s /Programs/${PROGDIR}/ bin/glest /usr/local/bin/glest17 ln -s /Programs/${PROGDIR}/.sbin/glest /usr/local/bin/glest 18 18 ln -s /Programs/${PROGDIR}/share/glest /usr/local/share/glest 19 19 ln -s /Programs/${PROGDIR}/share/doc/glest /usr/local/share/doc/glest -
pbibuild/modules/glest/pbi.conf
r1619 r1625 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY=" 32"35 BUILDKEY="22" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
