vp-build/common/build_style
Juan RP 0abdc0c09e common/build_style: added a simple README. 2014-01-28 12:08:52 +01:00
..
README common/build_style: added a simple README. 2014-01-28 12:08:52 +01:00
cmake.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
configure.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
gnu-configure.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
gnu-makefile.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
meta.sh common/build_style/meta.sh: remove useless do_{configure,build} targets. 2014-01-08 16:26:06 +01:00
perl-ModuleBuild.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
perl-module.sh build_style/perl-module.sh: add rudimentary cross compile support. 2014-01-28 10:31:06 +01:00
python-module.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
waf.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
waf3.sh Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01: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.