diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-10-14 17:57:29 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-10-14 17:57:29 +0000 |
commit | 5f71011cb96066ece74c6138978d1aa0611544e9 (patch) | |
tree | c44fecbd77af45e12f1241c25d2b20d416286f0c /trunk/doc | |
parent | 4f2fdb6b6d28f76c10f90dd991c9f8bba5ea3d14 (diff) | |
download | simplepkg-5f71011cb96066ece74c6138978d1aa0611544e9.tar.gz simplepkg-5f71011cb96066ece74c6138978d1aa0611544e9.tar.bz2 |
new mkbuild sections acting as hooks
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@824 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/doc')
-rw-r--r-- | trunk/doc/CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index f6d68e8..68cecf2 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -1,6 +1,18 @@ simplepkg changelog =================== +current +======= + + - new mkbuild sections acting as hooks: + - pre_configure + - configure + - pre_make_package + - make_package + - pre_install_package + - install_package + - post_install_package + 0.6 === |