aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/model.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/mkbuild/model.mkbuild')
-rw-r--r--trunk/mkbuild/model.mkbuild30
1 files changed, 15 insertions, 15 deletions
diff --git a/trunk/mkbuild/model.mkbuild b/trunk/mkbuild/model.mkbuild
index 02877f8..3fb88c0 100644
--- a/trunk/mkbuild/model.mkbuild
+++ b/trunk/mkbuild/model.mkbuild
@@ -91,33 +91,33 @@
#---------------------
# SlackBuild Sections
#---------------------
-# Default enable sections:
+# Default sections:
# head, set_variables, slkflags, start_structure, untar_source,
# make_package, install_package, build_package
# Warning: don't remove '#>>' and "#<<" tags.
#>> Start SlackBuild Sections:
-#all: head
+ on: head
on: slackbuildrc
-#all: set_variables
+ on: set_variables
on: slkflags
on: error_codes
-#all: start_structure
+ on: start_structure
on: download_source
-#off: md5sum_download_and_check_0
-#off: md5sum_download_and_check_1
-#off: gpg_signature_check
-#all: untar_source
-#off: path_source
+off: md5sum_download_and_check_0
+off: md5sum_download_and_check_1
+off: gpg_signature_check
+ on: untar_source
+off: patch_source
on: configure
-#all: make_package
-#all: install_package
+ on: make_package
+ on: install_package
on: strip_binaries
-#off: compress_manpages
-#off: compress_info_files
+off: compress_manpages
+off: compress_info_files
on: install_documentation
on: slackdesc
-#off: postinstall_script
-#all: build_package
+off: postinstall_script
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections