vp-build/common/build-style
2019-01-31 12:22:30 -02:00
..
cargo.sh build-style/cargo: don't manually configure with cargo, use the 2019-01-20 15:33:10 -02:00
cmake.sh build-style/cmake: add missing space before closing bracket 2019-01-21 22:52:56 +01:00
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh build-styles: use go install instead of go build. 2019-01-18 20:18:52 -08:00
haskell-stack.sh
meson.sh build-style/meson.sh: Provide path for gir tools. 2019-01-29 19:39:34 -02:00
meta.sh
perl-module.sh
perl-ModuleBuild.sh
perl6-dist.sh
python-module.sh build-style/python-module: reset CFLAGS and LDFLAGS in each run 2019-01-31 12:22:30 -02:00
python2-module.sh
python3-module.sh
qmake.sh
R-cran.sh
README
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh common/build-style/waf,waf3: explicitly pass libdir 2019-01-26 18:43:09 -02:00
waf3.sh common/build-style/waf,waf3: explicitly pass libdir 2019-01-26 18:43:09 -02: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.