Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / products / six.pyconf
diff --git a/data/products/six.pyconf b/data/products/six.pyconf
new file mode 100644 (file)
index 0000000..ccec6e5
--- /dev/null
@@ -0,0 +1,19 @@
+six_1_9_0 :
+{
+       name : "six"
+    build_source : "script"
+    compil_script :  $name + ".sh"
+    get_source : "archive"
+    archive_info:
+    {
+               archive_name : $SITE.prepare.archive_dir + $name + "-1.9.0.tar.gz"
+    }
+    environ :
+    {
+          env_script : $VARS.datadir + $VARS.sep + "env_scripts" + $VARS.sep + $name + ".py"
+    }
+    depend : ['Python']
+    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+    install_dir : 'base'
+}
\ No newline at end of file