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/generic.mkSlackBuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'trunk/mkbuild/generic.mkSlackBuild') diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild index 8d98026..985485a 100644 --- a/trunk/mkbuild/generic.mkSlackBuild +++ b/trunk/mkbuild/generic.mkSlackBuild @@ -357,6 +357,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 CFLAGS="$SLKCFLAGS" \ @@ -365,16 +369,28 @@ CFLAGS="$SLKCFLAGS" \ --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF + off +# Placeholder for customization + + off # Compile make $NUMJOBS || exit $ERROR_MAKE + off +# Placeholder for customization + + off # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL + off +# Placeholder for customization + + off # Strip binaries ( cd "$PKG" -- cgit v1.2.3