aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/model.mkbuild
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-10-21 23:26:09 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-10-21 23:26:09 +0000
commit0d5e3cee3bacba5e41898e599f189bb6ee0381c5 (patch)
tree0c733d1691fdcdd6ce51685b6aff1a495377fb57 /trunk/mkbuild/model.mkbuild
parent38ecbdc3e1d7bb4bda83538d3b0dfd00ac55f7e9 (diff)
downloadsimplepkg-0d5e3cee3bacba5e41898e599f189bb6ee0381c5.tar.gz
simplepkg-0d5e3cee3bacba5e41898e599f189bb6ee0381c5.tar.bz2
atualizações ao mkbuild e ao modelo .mkSlackBuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@450 04377dda-e619-0410-9926-eae83683ac58
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