aboutsummaryrefslogtreecommitdiff
path: root/rdiff-backup
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-19 12:51:42 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-19 12:51:42 +0000
commit05173215b9c69280d7d7fcc2737872044ca7daa3 (patch)
tree875d7f83c949d6db9a18f768a5b153ed82558b6e /rdiff-backup
parentce0c68e7d731bd6b7d962396a6edceebb540658d (diff)
downloadslackbuilds-05173215b9c69280d7d7fcc2737872044ca7daa3.tar.gz
slackbuilds-05173215b9c69280d7d7fcc2737872044ca7daa3.tar.bz2
rdiff-backup: added slack-required
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@230 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'rdiff-backup')
-rwxr-xr-xrdiff-backup/rdiff-backup.build23
-rw-r--r--rdiff-backup/slack-required1
2 files changed, 11 insertions, 13 deletions
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