From 0e6e90404f7c5bfd1d8950defcfd169a47059aa7 Mon Sep 17 00:00:00 2001 From: rafael2k Date: Sat, 28 Oct 2006 02:33:43 +0000 Subject: nicotine slack-required update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@538 370017ae-e619-0410-ac65-c121f96126d4 --- nicotine/nicotine.SlackBuild | 12 ++++++++++++ nicotine/slack-required | 1 + 2 files changed, 13 insertions(+) create mode 100644 nicotine/slack-required (limited to 'nicotine') 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 -- cgit v1.2.3