From 5f71011cb96066ece74c6138978d1aa0611544e9 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 14 Oct 2009 17:57:29 +0000 Subject: new mkbuild sections acting as hooks git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@824 04377dda-e619-0410-9926-eae83683ac58 --- trunk/mkbuild/kde4.mkSlackBuild | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'trunk/mkbuild/kde4.mkSlackBuild') 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 {} \; + off +# Placeholder for customization + + off # Configure mkdir -p build @@ -359,17 +363,29 @@ cd build .. + off +# Placeholder for customization + + off - # Compile - make $NUMJOBS || exit $ERROR_MAKE +# Compile +make $NUMJOBS || exit $ERROR_MAKE + off +# Placeholder for customization + + off - # Install - make install DESTDIR=$PKG || exit $ERROR_INSTALL +# Install +make install DESTDIR=$PKG || exit $ERROR_INSTALL cd - + off +# Placeholder for customization + + off # Strip binaries ( cd "$PKG" -- cgit v1.2.3