Swapspace: update to 1.18.1
[void-pkg.git] / common / build-style / README
blob8ed990b724292de5cad99ef3524a769ce60262be
1 BUILD STYLES
2 ============
4 These shell snippets provide support for multiple build systems, i.e GNU configure,
5 CMake, etc. A build style file must provide at least the following functions:
7         - do_configure
8         - do_build
9         - do_install
11 If a source package defines its own do_xxx() function, the function defined in
12 the build style file is simply ignored.