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 build-style/cargo.sh: run cargo install with --locked 2019-09-26 15:11:46 +02:00
cmake.sh New build-helper: qemu 2019-10-26 00:59:41 +02:00
configure.sh
fetch.sh xbps-src: reduce basename(1) usage. 2019-04-14 01:47:16 -03:00
gem.sh build-style/gem.sh: remove usage of dirname 2019-04-14 06:22:09 -03:00
gemspec.sh build-style/gemspec.sh: remove usage of dirname 2019-04-14 06:22:09 -03:00
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 common/build-style/haskell-stack.sh: use --skip-ghc-check 2019-08-07 10:42:10 +02:00
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 common/build-style/qmake: use custom qt.conf for cross compiling 2019-07-11 04:29:48 +00:00
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.