diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-06-21 19:23:36 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-06-21 19:23:36 +0000 |
commit | 62fad1d6f4990348be17d95098cab326991ce314 (patch) | |
tree | 7f29effcf59e08efcbc732686ac054f4bb838f53 /branches/0.6/mkbuild | |
parent | e0da3bf1ac364cde1ffbf603699005d803e5bb78 (diff) | |
download | simplepkg-62fad1d6f4990348be17d95098cab326991ce314.tar.gz simplepkg-62fad1d6f4990348be17d95098cab326991ce314.tar.bz2 |
mkbuild-0.9.9: adicionado a opção -V, verbose; trocado o delimitador de parâmetros de aspas duplas para o caracter igual; alguns comentários em português traduzidos para o inglês; opção commit está limitado ao root, para não conflitar com o createpkg; adicionado os termos da GLP ao início do script
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@395 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'branches/0.6/mkbuild')
-rw-r--r-- | branches/0.6/mkbuild/sample-Pyrex-large.mkbuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/branches/0.6/mkbuild/sample-Pyrex-large.mkbuild b/branches/0.6/mkbuild/sample-Pyrex-large.mkbuild index 0686d69..e052eb3 100644 --- a/branches/0.6/mkbuild/sample-Pyrex-large.mkbuild +++ b/branches/0.6/mkbuild/sample-Pyrex-large.mkbuild @@ -85,12 +85,15 @@ #[[SIGNING KEY URL]]="" #[[PATCH FILES]]="" +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="dev/python/pyrex" + #--------------------- # SlackBuild Sections #--------------------- -# SlackBuild model -[[SLACKBUILD MODEL]]="generic.mkSlackBuild" -# # Default enable sections: # head, set_variables, slkflags, start_structure, untar_source, # make_package, install_package, build_package |