diff options
author | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 02:33:43 +0000 |
---|---|---|
committer | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 02:33:43 +0000 |
commit | 0e6e90404f7c5bfd1d8950defcfd169a47059aa7 (patch) | |
tree | 291867d556cfa86f8cdb6dbcec4ce1aa0b4b4336 /nicotine | |
parent | 4fe8710c143342666c107b91c8aac9c002dd814f (diff) | |
download | slackbuilds-0e6e90404f7c5bfd1d8950defcfd169a47059aa7.tar.gz slackbuilds-0e6e90404f7c5bfd1d8950defcfd169a47059aa7.tar.bz2 |
nicotine slack-required update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@538 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'nicotine')
-rwxr-xr-x | nicotine/nicotine.SlackBuild | 12 | ||||
-rw-r--r-- | nicotine/slack-required | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/nicotine/nicotine.SlackBuild b/nicotine/nicotine.SlackBuild index 4c52fa87..daf1d153 100755 --- a/nicotine/nicotine.SlackBuild +++ b/nicotine/nicotine.SlackBuild @@ -3,6 +3,18 @@ # SlackBuild script to call nicotine.build with correct settings # +if [ -s "slack-required" ]; then + echo Recomended and required packages for building nicotine are: + cat slack-required | sed -e 's/^/\t/' + if [ "$INTERACT" != "no" ]; then + echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. + read crap + else + echo Sleeping 3 seconds... + sleep 3 + fi +fi + CWD="`pwd`" if [ -f "/etc/slackbuildrc" ]; then diff --git a/nicotine/slack-required b/nicotine/slack-required new file mode 100644 index 00000000..d01ef22f --- /dev/null +++ b/nicotine/slack-required @@ -0,0 +1 @@ +pygtk |