vp-build/common/build-style
Leah Neukirchen d3968bef3c build-style/python[3]-module: override _PYTHON_SYSCONFIGDATA_NAME
Use the sysconfigdata for the appropriate cross arch.
Upstream change: https://bugs.python.org/issue36235
2019-12-23 17:15:51 +01:00
..
R-cran.sh
README
cargo.sh
cmake.sh New build-helper: qemu 2019-10-26 00:59:41 +02:00
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh build-style/go: use glob instead of find 2019-11-16 12:49:56 +01:00
haskell-stack.sh
meson.sh Revert "build-style meson: fix _MESON_CPU_FAMILY=ppc64le" 2019-11-27 21:41:55 +01:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh
perl6-dist.sh
python-module.sh build-style/python[3]-module: override _PYTHON_SYSCONFIGDATA_NAME 2019-12-23 17:15:51 +01:00
python2-module.sh
python3-module.sh build-style/python[3]-module: override _PYTHON_SYSCONFIGDATA_NAME 2019-12-23 17:15:51 +01:00
qmake.sh
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh
waf3.sh

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.