vp-build/common/build-style
Dominik Honnef 504831f121 build-style/go: install cross-built binaries properly 2015-06-12 13:21:32 +02:00
..
README
cmake.sh build-style/cmake: sbin -> bin. 2015-06-02 18:01:12 +02:00
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh build-style/gnu-makefile: force {C,LD}FLAGS via make(1) arguments. 2015-05-12 18:07:58 +02:00
go.sh build-style/go: install cross-built binaries properly 2015-06-12 13:21:32 +02:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh build-style/perl-module: replace host includedir for cross compilation. 2015-02-24 10:05:08 +01:00
python-module.sh build_style/python-module: unbreak cross builds 2015-02-21 19:21:21 +01:00
ruby-module.sh
slashpackage.sh daemontools: properly use wrksrc/build_wrksrc and no patch_args 2015-02-25 16:16:31 +01:00
waf.sh
waf3.sh

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.