Changeset View
Changeset View
Standalone View
Standalone View
Scripts/yauto.py
| Show First 20 Lines • Show All 239 Lines • ▼ Show 20 Lines | PLEASE FILL ME IN""" % mapping | ||||
| if self.compile_type == GNOMEY: | if self.compile_type == GNOMEY: | ||||
| setup = "%configure --disable-static" | setup = "%configure --disable-static" | ||||
| elif self.compile_type == CMAKE: | elif self.compile_type == CMAKE: | ||||
| setup = "%cmake_ninja" | setup = "%cmake_ninja" | ||||
| build = "%ninja_build" | build = "%ninja_build" | ||||
| install = "%ninja_install" | install = "%ninja_install" | ||||
| elif self.compile_type == PYTHON_MODULES: | elif self.compile_type == PYTHON_MODULES: | ||||
| setup = "" | setup = "" | ||||
| build = "%python_setup" | build = "%python3_setup" | ||||
| install = "%python_install" | install = "%python3_install" | ||||
| elif self.compile_type == PERL_MODULES: | elif self.compile_type == PERL_MODULES: | ||||
| setup = "%perl_setup" | setup = "%perl_setup" | ||||
| build = "%perl_build" | build = "%perl_build" | ||||
| install = "%perl_install" | install = "%perl_install" | ||||
| sample_actions = os.path.join (self.template_dir, "actions.perlmodules.sample.py") | sample_actions = os.path.join (self.template_dir, "actions.perlmodules.sample.py") | ||||
| elif self.compile_type == CABAL: | elif self.compile_type == CABAL: | ||||
| setup = "%cabal_configure" | setup = "%cabal_configure" | ||||
| build = "%cabal_build" | build = "%cabal_build" | ||||
| ▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.