aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/sample-Pyrex-small.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/sample-Pyrex-small.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/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