vp-build/common/build-style
Christian Neukirchen 5093d6b0c1 New build_style haskell-stack. 2015-09-14 16:13:13 +02:00
..
README
cmake.sh build-style/cmake.sh: allow build subdirectory 2015-06-29 14:29:46 +00: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: don't set GOBIN 2015-08-22 20:58:24 +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 build-style/perl-module.sh: use -lperl when building XS modules for shlib-requires. 2015-06-23 13:37:41 +02:00
python-module.sh
qmake.sh build_style qmake: generalized CFLAGS/LDFLAGS passing 2015-08-23 17:45:45 +02:00
ruby-module.sh build-style/ruby-module: force LANG=C to workaround musl. 2015-07-29 10:24:53 +02:00
scons.sh build-style/scons: also set destdir var (required by vdrift and others). 2015-09-05 10:35:46 +02:00
slashpackage.sh
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.