Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / PYHELLO.pyconf
1 default :
2 {
3     name : "PYHELLO"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pyhello.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pyhello.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/pyhello.git"
13       }
14     }
15     environ :
16     {
17         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "pyhello"
18     }
19     depend : [
20                 "KERNEL", 
21                 "GUI",  
22                 "Python", 
23                 "omniORB", 
24                 "qt", 
25                 "boost" 
26              ]
27     build_depend : ["cmake", "doxygen", "cppunit"]
28     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
29     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
30     properties:
31     {
32         has_salome_gui : "yes"
33         is_SALOME_module : "yes"
34     }
35 }