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/mkbuild/model.mkbuild | |
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/mkbuild/model.mkbuild')
-rw-r--r-- | trunk/mkbuild/model.mkbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/mkbuild/model.mkbuild b/trunk/mkbuild/model.mkbuild index d5f05f0..cb3d980 100644 --- a/trunk/mkbuild/model.mkbuild +++ b/trunk/mkbuild/model.mkbuild @@ -150,9 +150,13 @@ off: gpg_signature_check on: manifest_check on: untar_source off: patch_source +off: pre_configure on: configure +off: pre_make_package on: make_package +off: pre_install_package on: install_package +off: post_install_package on: strip_binaries off: compress_manpages off: compress_info_files |