Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / ruby.pyconf
1 default :
2 {
3     name : "ruby"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : []
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties:
16     {
17       incremental : "yes"
18       compile_time : "yes"
19     }
20 }
21
22 default_win :
23 {
24    archive_info : {archive_name : "ruby-" + $APPLICATION.products.ruby + "_windows.tar.gz"}
25 }