diff options
Diffstat (limited to 'trunk/mkbuild/perl.mkSlackBuild')
-rw-r--r-- | trunk/mkbuild/perl.mkSlackBuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 </patch_source> +<pre_configure> off +# Placeholder for customization +</pre_configure> + <configure> off # Configure perl Makefile.PL || exit $ERROR_CONF </configure> +<pre_make_package> off +# Placeholder for customization +</pre_make_package> + <make_package> off # Compile make $NUMJOBS || exit $ERROR_MAKE @@ -311,6 +319,10 @@ make $NUMJOBS || exit $ERROR_MAKE make test </test_package> +<pre_install_package> off +# Placeholder for customization +</pre_install_package> + <install_package> off # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL @@ -323,6 +335,10 @@ for file in `find $PKG -name .packlist`; do done </install_package> +<post_install_package> off +# Placeholder for customization +</post_install_package> + <strip_binaries> off # Strip binaries ( cd "$PKG" |