pkgs/common/build-style
2022-11-14 18:27:23 -05:00
..
cargo.sh Correct repo merge 2022-11-14 18:27:23 -05:00
cmake.sh Correct repo merge 2022-11-14 18:27:23 -05:00
configure.sh Correct repo merge 2022-11-14 18:27:23 -05:00
fetch.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
gem.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
gemspec.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
gnu-configure.sh Correct repo merge 2022-11-14 18:27:23 -05:00
gnu-makefile.sh Correct repo merge 2022-11-14 18:27:23 -05:00
go.sh Correct repo merge 2022-11-14 18:27:23 -05:00
haskell-stack.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
meson.sh Correct repo merge 2022-11-14 18:27:23 -05:00
meta.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
perl-module.sh Correct repo merge 2022-11-14 18:27:23 -05:00
perl-ModuleBuild.sh Correct repo merge 2022-11-14 18:27:23 -05:00
python-module.sh Correct repo merge 2022-11-14 18:27:23 -05:00
python2-module.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
python3-module.sh Correct repo merge 2022-11-14 18:27:23 -05:00
python3-pep517.sh Correct repo merge 2022-11-14 18:27:23 -05:00
qmake.sh Correct repo merge 2022-11-14 18:27:23 -05:00
R-cran.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
raku-dist.sh Correct repo merge 2022-11-14 18:27:23 -05:00
README python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
ruby-module.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
scons.sh Correct repo merge 2022-11-14 18:27:23 -05:00
sip-build.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
slashpackage.sh Correct repo merge 2022-11-14 18:27:23 -05:00
texmf.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
void-cross.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
waf.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
waf3.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
zig-build.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.