vp-build/common/build-style
maxice8 2748e21418
build-style/go.sh: fix indent
2018-09-18 21:41:08 -03:00
..
R-cran.sh
README
cmake.sh
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh
go.sh build-style/go.sh: fix indent 2018-09-18 21:41:08 -03:00
haskell-stack.sh
meson.sh build-style/meson: add nm to binaries and export LD, AR, CPPFLAGS and 2018-09-12 21:24:31 -03:00
meta.sh
perl-ModuleBuild.sh common/build-style/perl-ModuleBuild.sh: use target perl includes 2018-09-08 07:10:55 -03:00
perl-module.sh common/build-style/perl-module.sh: use target perl includes 2018-09-08 07:10:55 -03:00
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.