Salome HOME
spns #40779 : support github repositories and drop gitpub
[tools/sat_salome.git] / products / qwt.pyconf
1 default : 
2 {
3     name : "qwt"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info :
8     {
9        rpm : ["qwt-qt5"]
10        rpm_dev : ["qwt-qt5-devel"]
11        apt : ["libqwt-qt5-6"]
12        apt_dev : ["libqwt-qt5-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['qt']
19     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
21     install_dir : 'base'
22     properties :
23     {
24       incremental : "yes"
25     }
26 }
27
28 version_6_1_0 :
29 {
30     compil_script :  "qwt-6.1.0.sh"
31     archive_info:
32     {
33         archive_name : "qwt-6.1.0.tar.bz2"
34     }
35 }
36
37 version_6_1_2 :
38 {
39     compil_script :  "qwt-6.1.0.sh"
40     archive_info:
41     {
42         archive_name : "qwt-6.1.2.tar.bz2"
43     }
44     properties :
45     {
46       incremental : "yes"
47       single_install_dir : "no"
48     }
49 }
50
51 version_6_1_2_win :
52 {
53     compil_script :  "qwt-6.1.0.bat"
54     archive_info:
55     {
56            archive_name : "qwt-6.1.2.tar.gz"
57     }
58 }
59
60 version_6_1_4 :
61 {
62     compil_script :  "qwt-6.1.4.sh"
63     archive_info:
64     {
65         archive_name : "qwt-6.1.4.tar.gz"
66     }
67 }
68
69 version_6_1_6 :
70 {
71     compil_script :  "qwt-6.1.6.sh"
72     archive_info:
73     {
74         archive_name : "qwt-6.1.6.tar.gz"
75     }
76 }
77
78 version_5_2_1 :
79 {
80     archive_info:
81     {
82         archive_name : "qwt-5.2.1.tar.bz2"
83     }
84 }