diff options
Diffstat (limited to 'trunk/mkbuild/generic.mkSlackBuild')
-rw-r--r-- | trunk/mkbuild/generic.mkSlackBuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 {} \; </files_permissions> +<pre_configure> off +# Placeholder for customization +</pre_configure> + <configure> off # Configure CFLAGS="$SLKCFLAGS" \ @@ -365,16 +369,28 @@ CFLAGS="$SLKCFLAGS" \ --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF </configure> +<pre_make_package> off +# Placeholder for customization +</pre_make_package> + <make_package> off # Compile make $NUMJOBS || exit $ERROR_MAKE </make_package> +<pre_install_package> off +# Placeholder for customization +</pre_install_package> + <install_package> off # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL </install_package> +<post_install_package> off +# Placeholder for customization +</post_install_package> + <strip_binaries> off # Strip binaries ( cd "$PKG" |