vp-build/common/build-style
2016-12-18 15:28:54 +01:00
..
cmake.sh
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh
go.sh
haskell-stack.sh environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack. 2016-12-18 15:28:54 +01:00
meta.sh
perl-module.sh
perl-ModuleBuild.sh
python-module.sh xbps-src: add support for python3 pkgs 2016-10-16 16:59:31 +02:00
python2-module.sh xbps-src: add support for python3 pkgs 2016-10-16 16:59:31 +02:00
python3-module.sh xbps-src: add support for python3 pkgs 2016-10-16 16:59:31 +02:00
qmake.sh build-style/qmake.sh: set CC/CXX/LINK. 2016-10-05 14:03:16 +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.