Salome HOME
SALOME 9.10.0-MPI add dedicated sections
[tools/sat_salome.git] / products / freetype.pyconf
1 default :
2 {
3     name : "freetype"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["freetype"]
10         rpm_dev : ["freetype-devel"]
11         apt : ["libfreetype6"]
12         apt_dev : ["libfreetype6-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : []
19     build_depend : ["cmake"]
20     patches : []
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     check_install : ["lib/pkgconfig/freetype2.pc"]
25     properties :
26     {
27       incremental : "yes"
28       single_install_dir : "no"
29     }
30 }
31
32 default_win :
33 {
34     build_source : "script"
35     archive_info : {archive_name : "freetype-" + $APPLICATION.products.freetype + "_windows.tar.gz"}
36     depend : []
37     check_install : []
38     properties :
39     {
40       incremental : "yes"
41       single_install_dir : "yes"
42     }
43 }
44
45
46 # needed in order to screen with windows version - see below
47 version_2_9_1 :
48 {
49   patches : []
50 }
51
52 version_2_9_1_win :
53 {
54   patches : ["freetype-2.9.1_windows.patch"]
55 }
56
57
58 version_2_4_11 :
59 {
60     compil_script : "freetype-2.3" + $VARS.scriptExtension
61     patches : [ "freetype-2.4.11_ft_export_FD20.patch" ]
62 }
63
64 version_2_3_7 :
65 {
66     compil_script : "freetype-2.3" + $VARS.scriptExtension
67 }