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/perl.mkSlackBuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'trunk/mkbuild/perl.mkSlackBuild') diff --git a/trunk/mkbuild/perl.mkSlackBuild b/trunk/mkbuild/perl.mkSlackBuild index 9e07195..ea2451c 100644 --- a/trunk/mkbuild/perl.mkSlackBuild +++ b/trunk/mkbuild/perl.mkSlackBuild @@ -296,11 +296,19 @@ for patch in $patches; do done + off +# Placeholder for customization + + off # Configure perl Makefile.PL || exit $ERROR_CONF + off +# Placeholder for customization + + off # Compile make $NUMJOBS || exit $ERROR_MAKE @@ -311,6 +319,10 @@ make $NUMJOBS || exit $ERROR_MAKE make test + off +# Placeholder for customization + + off # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL @@ -323,6 +335,10 @@ for file in `find $PKG -name .packlist`; do done + off +# Placeholder for customization + + off # Strip binaries ( cd "$PKG" -- cgit v1.2.3