Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / Hexotic.pyconf
1 version_1_0 :
2 {
3     name : "Hexotic"
4     build_source : "script"
5     compil_script : "Hexotic.sh"
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : []
12     build_depend : ["swig", "doxygen", "cppunit"]
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
15     install_dir : "base"
16     properties :
17     {
18         is_distene : "yes"
19         licence : "dlim8.var.py"
20     }
21
22