Đoàn Trần Công Danh 5b4e07f57e Revert "build-style/cmake: common flags for KDE"
This reverts commit f10887f68302fdb600b7b0f7cc99847763f449d8.
2024-05-12 06:23:54 +07:00
..
2023-02-07 03:26:02 -05:00
2024-02-08 06:23:24 -05:00
2021-11-13 11:46:21 -03:00

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.