[general] name=cityengine short-description=Cityengine is a proprietary tool for procedural modeling virtual scenes for movie or games homepage-url=http://www.esri.com/software/cityengine long-description=Cityengine is a proprietary tool for procedural modeling virtual scenes for movie or games [module] category=tool license-type=gpl module=@{general.version} compiler=binary required-modules=virtualgl [BUILD_SCRIPT] download_url=@{general.download-url} download= @{download_dummy} cd @{work_dir} tar xvzf @{general.local_file} init= module purge module load virtualgl module load rcm configure= echo "configure not implemented" make= xmessage -buttons Ok:0,Cancel:2 -default Ok -nearmouse "please copy the following path and install cityengin into that : @{install_dir} " if [ $? ] ; then exit fi echo "@{desktop.desktop_helper} --icon_file=@{meta_config.path}/CityEngine_icon.png" install= #to be sure... uninstall first#rm -rf @{install_dir} vglrun @{work_dir}/CityEngine@{general.version}/Setup cp @{meta_config.path}/esriLicense.config @{install_dir}/esri/cityengine@{general.version}/bin/.esriLicense.config echo "the command to start is vglrun @{install_dir}/esri/cityengine@{general.version}/CityEngine" @{desktop.desktop_helper} --command_string=@{install_dir}/esri/cityengine@{general.version}/CityEngine --vglrun --icon_file=@{meta_config.path}/CityEngine_icon.png [MODULEFILE] prepend_path.PATH=prepend-path PATH @{install_dir}/esri/cityengine@{general.version} conflict_comment= # set-alias cityengine "vglrun @{install_dir}/esri/cityengine@{general.version}/CityEngine "