aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/sample-Pyrex-small.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/mkbuild/sample-Pyrex-small.mkbuild')
-rw-r--r--trunk/mkbuild/sample-Pyrex-small.mkbuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/trunk/mkbuild/sample-Pyrex-small.mkbuild b/trunk/mkbuild/sample-Pyrex-small.mkbuild
index 83dfca9..5dcd4b4 100644
--- a/trunk/mkbuild/sample-Pyrex-small.mkbuild
+++ b/trunk/mkbuild/sample-Pyrex-small.mkbuild
@@ -23,19 +23,27 @@
[[DOWNLOAD FOLDER URL]]="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.5.1a.tar.gz"
#
-# 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:
+ on: head
on: slackbuildrc
+ on: set_variables
on: slkflags
on: error_codes
+ on: start_structure
on: download_source
+ on: md5sum_download_and_check_0
+ on: untar_source
on: configure
+ on: make_package
+ on: install_package
on: strip_binaries
on: install_documentation
on: slackdesc
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections