vp-build/common/build-style
2017-06-26 23:21:09 -07:00
..
cmake.sh
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh build_style/gnu-makefile: allow good makefiles 2017-04-25 16:20:59 -04:00
go.sh
haskell-stack.sh haskell-stack: Add support for stack.yaml in source 2017-06-26 23:21:09 -07:00
meta.sh
perl-module.sh
perl-ModuleBuild.sh
python-module.sh
python2-module.sh
python3-module.sh
qmake.sh
R-cran.sh Add and document R-cran build style; support CRAN in update-check. 2017-06-08 13:32:40 +02:00
README
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh
waf3.sh

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.