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/python.mkSlackBuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'trunk/mkbuild/python.mkSlackBuild') diff --git a/trunk/mkbuild/python.mkSlackBuild b/trunk/mkbuild/python.mkSlackBuild index 46fec30..9ca43a8 100644 --- a/trunk/mkbuild/python.mkSlackBuild +++ b/trunk/mkbuild/python.mkSlackBuild @@ -357,21 +357,37 @@ find . \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 644 {} \; + off +# Placeholder for customization + + off # Configure #python setup.py + off +# Placeholder for customization + + off # Compile python setup.py build || exit $ERROR_MAKE + off +# Placeholder for customization + + off # Install python setup.py install --root=$PKG || exit $ERROR_INSTALL + off +# Placeholder for customization + + off # Strip binaries ( cd "$PKG" -- cgit v1.2.3