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/kde4.mkSlackBuild | |
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/kde4.mkSlackBuild')
-rw-r--r-- | trunk/mkbuild/kde4.mkSlackBuild | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/trunk/mkbuild/kde4.mkSlackBuild b/trunk/mkbuild/kde4.mkSlackBuild index 0052319..ac42474 100644 --- a/trunk/mkbuild/kde4.mkSlackBuild +++ b/trunk/mkbuild/kde4.mkSlackBuild @@ -344,6 +344,10 @@ find . \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 644 {} \; </files_permissions> +<pre_configure> off +# Placeholder for customization +</pre_configure> + <configure> off # Configure mkdir -p build @@ -359,17 +363,29 @@ cd build .. </configure> +<pre_make_package> off +# Placeholder for customization +</pre_make_package> + <make_package> off - # Compile - make $NUMJOBS || exit $ERROR_MAKE +# Compile +make $NUMJOBS || exit $ERROR_MAKE </make_package> +<pre_install_package> off +# Placeholder for customization +</pre_install_package> + <install_package> off - # Install - make install DESTDIR=$PKG || exit $ERROR_INSTALL +# Install +make install DESTDIR=$PKG || exit $ERROR_INSTALL cd - </install_package> +<post_install_package> off +# Placeholder for customization +</post_install_package> + <strip_binaries> off # Strip binaries ( cd "$PKG" |