aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnicotine/nicotine.SlackBuild12
-rw-r--r--nicotine/slack-required1
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