Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / libxslt.pyconf
1 default :
2 {
3     name : "libxslt"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["libxslt"]
10         rpm_dev : ["libxslt-devel"]
11         apt : ["libxslt"]
12         apt_dev : ["libxslt-dev"]
13     }
14     archive_info:
15     {
16     }
17     environ :
18     {
19        env_script : $name + ".py"
20     }
21     depend : ['Python' ]
22     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
23     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24     install_dir : 'base'
25     properties :
26     {
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33     depend : ['Python', 'libxml2' ]
34    properties:
35    {
36      incremental : "yes"
37      single_install_dir : "yes"
38    }
39 }
40
41 version_1_1_34 :
42 {
43   patches : []
44 }
45
46 version_1_1_34_win :
47 {
48   patches : ['libxslt-1.1.34-config-windows.patch']
49 }