vp-build/common/build-style
Andrew J. Hesford 950151c572 build-style/python3-pep517.sh: improve default wheel selection
When naming wheels, hyphens are converted to underscores in package
names. Recognizing this in the build style eliminates manual definition
of `make_install_target` in several templates.
2022-05-16 10:51:58 -04:00
..
cargo.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
cmake.sh
configure.sh
fetch.sh xbps-src: quote wrksrc to allow whitespace 2020-09-03 21:03:32 +02:00
gem.sh
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
haskell-stack.sh
meson.sh
meta.sh xbps-src: common/{,environment}/build_style -> common/${,environment}/build-style. 2015-02-21 12:13:07 +01:00
perl-module.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
perl-ModuleBuild.sh
python-module.sh
python2-module.sh
python3-module.sh common/do_check: move make_check_pre behind env setting 2022-05-08 08:12:03 +07:00
python3-pep517.sh build-style/python3-pep517.sh: improve default wheel selection 2022-05-16 10:51:58 -04:00
qmake.sh
R-cran.sh
raku-dist.sh common/do_check: move make_check_pre behind env setting 2022-05-08 08:12:03 +07:00
README
ruby-module.sh
scons.sh build-style: scons: add lowercase compiler variable 2020-05-18 00:32:13 +02:00
sip-build.sh
slashpackage.sh
texmf.sh
void-cross.sh build-style/void-cross: check for kernel-libc-headers/patches 2021-10-06 22:11:41 -03:00
waf.sh build-style: change all build-styles to use /usr/libNN 2020-12-22 22:18:25 +01:00
waf3.sh build-style: change all build-styles to use /usr/libNN 2020-12-22 22:18:25 +01:00
zig-build.sh build-styles: add zig-build 2021-11-13 11:46:21 -03: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.