* updated kdebugsettings (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / doc / PKG-BUILD-HOOKS
blobc10ebe0f2818e0fa8ca4dde3b20d4132486d7ac3
2 The following hooks which may be extended using hook_add() from parse-config
3 files are available (see 'man' and 'ccache' parse-config files for examples):
5         prepare
6         prepatch
7         postpatch
8         postdoc
9         preconf
10         premake
11         inmake
12         postmake
13         postflist
14         postinstall
15         finish
17 They always contain an entry for the equally named variable (which has a
18 description in PKG-BUILD-VARS) with priority '5'.
20 See calls to hook_eval() in Build-Pkg if you want to know when the hooks
21 are executed.