From 05173215b9c69280d7d7fcc2737872044ca7daa3 Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 19 Sep 2006 12:51:42 +0000 Subject: rdiff-backup: added slack-required git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@230 370017ae-e619-0410-ac65-c121f96126d4 --- rdiff-backup/rdiff-backup.build | 23 ++++++++++------------- rdiff-backup/slack-required | 1 + 2 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 rdiff-backup/slack-required (limited to 'rdiff-backup') diff --git a/rdiff-backup/rdiff-backup.build b/rdiff-backup/rdiff-backup.build index 1410fbfe..f425cfa8 100755 --- a/rdiff-backup/rdiff-backup.build +++ b/rdiff-backup/rdiff-backup.build @@ -9,19 +9,16 @@ CWD="`pwd`" -cat << EOCAT -You'll need the following packages: - - librsync - -EOCAT - -if [ "$INTERACT" != "no" ]; then - echo "Hit ENTER do continue, Crtl-C to abort" - read crap -else - echo sleeping 3 seconds... - sleep 3 +if [ -s "slack-required" ]; then + echo Recomended and required packages for building ekiga 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 if [ -f "/etc/slackbuildrc" ]; then diff --git a/rdiff-backup/slack-required b/rdiff-backup/slack-required new file mode 100644 index 00000000..891f9567 --- /dev/null +++ b/rdiff-backup/slack-required @@ -0,0 +1 @@ +librsync -- cgit v1.2.3