diff options
Diffstat (limited to 'src/createpkg')
-rw-r--r-- | src/createpkg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/createpkg b/src/createpkg index f4b8f82..04717c1 100644 --- a/src/createpkg +++ b/src/createpkg @@ -21,6 +21,15 @@ # SVN="svn://repository", defaults do svn://slack.sarava.org/slackbuilds # SYNC="yes|no", whether to always update the repository # +# TODO +# +# - optionally show a dependency tree before crete the packages +# - think if its better to change function check_config to directly source +# both /root/.slackbuildrc and /etc/slackbuildrc +# - option --list to list all available slackbuilds +# - option --search allowing use of wildcards or just part of the package name +# - in function solve_dep: resolve program versions +# COMMON="/usr/libexec/simplepkg/common.sh" SLACKBUILDRC="/etc/slackbuildrc" |