evolution-packages/common/build-style
Tracker-Friendly bd2754de65 Migrated to codeberg 2023-08-05 21:19:04 +01:00
..
R-cran.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
README Migrated to codeberg 2023-08-05 21:19:04 +01:00
cargo.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
cmake.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
configure.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
fetch.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
gem.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
gemspec.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
gnu-configure.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
gnu-makefile.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
go.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
haskell-stack.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
meson.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
meta.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
perl-ModuleBuild.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
perl-module.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
python2-module.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
python3-module.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
python3-pep517.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
qmake.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
raku-dist.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ruby-module.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
scons.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
sip-build.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
slashpackage.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
texmf.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
void-cross.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
waf.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
waf3.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
zig-build.sh Migrated to codeberg 2023-08-05 21:19:04 +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.