vp-build/common/build-style
Dominik Honnef ef9ff35c38 New package: prometheus-0.18.0 2016-05-03 00:50:02 +02:00
..
README
cmake.sh
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh
go.sh New package: prometheus-0.18.0 2016-05-03 00:50:02 +02:00
haskell-stack.sh New build_style haskell-stack. 2015-09-14 16:13:13 +02:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh
python-module.sh build-style/python-module: rename unversioned scripts, if any 2016-04-25 01:29:15 +02:00
qmake.sh
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh common/build-style/waf.sh: allow custom waf script 2016-04-30 18:11:23 +02:00
waf3.sh common/build-style/waf3.sh: allow custom waf script 2016-04-30 18:11:23 +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.