void-packages/common/build-style
newbluemoon 5e6ed15aa9 build-style/perl-ModuleBuild.sh: fix cross 2018-08-26 14:06:35 -03:00
..
R-cran.sh
README
cmake.sh build-style/cmake.sh: fix default do_check 2018-03-09 13:43:10 -05:00
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh
go.sh
haskell-stack.sh build-style/haskell-stack.sh: init using --system-ghc too. 2018-04-05 14:32:40 +02:00
meson.sh build_style/meson.sh: export CFLAGS and CXXFLAGS from host 2018-08-16 01:49:38 -03:00
meta.sh
perl-ModuleBuild.sh build-style/perl-ModuleBuild.sh: fix cross 2018-08-26 14:06:35 -03:00
perl-module.sh
python-module.sh
python2-module.sh
python3-module.sh
qmake.sh
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh build-styles/waf{,3}: make sure waf uses the correct python version 2018-08-09 19:53:32 +02:00
waf3.sh build-styles/waf{,3}: make sure waf uses the correct python version 2018-08-09 19:53:32 +02:00

README

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.