summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author larryhaja <larryhaja@gmail.com>2013-11-13 19:26:17 -0800
committer Robby Workman <rworkman@slackbuilds.org>2013-11-14 00:06:32 -0600
commit13685e8c535e9a444765fc0e0a991b4b5ca99bc4 (patch)
treed854daf724504637c4a2cf3664f15d3a0a011cb2
parentace4c20f5e52e74ab860fdf969c9b687c7445ea2 (diff)
downloadslackbuilds-13685e8c535e9a444765fc0e0a991b4b5ca99bc4.tar.gz
slackbuilds-13685e8c535e9a444765fc0e0a991b4b5ca99bc4.tar.xz
python/s3cmd: Added %README% for optional dependencies in README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--python/s3cmd/README2
-rw-r--r--python/s3cmd/s3cmd.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README
index 5ca7c1be8c..88b9f251b6 100644
--- a/python/s3cmd/README
+++ b/python/s3cmd/README
@@ -2,7 +2,7 @@ S3cmd is a command line tool for uploading, retrieving and managing data in
Amazon S3. It is best suited for power users who don't fear command line. It is
also ideal for scripts, automated backups triggered from cron, etc.
-S3cmd has an optional dependency for python-magic for mime-type indentification.
+Optional: python-magic
Before s3cmd can be used it must first be set up. Run 's3cmd --configure' and
enter in you access key and your secret key and follow the instructions. After
diff --git a/python/s3cmd/s3cmd.info b/python/s3cmd/s3cmd.info
index b916e19981..34be43b401 100644
--- a/python/s3cmd/s3cmd.info
+++ b/python/s3cmd/s3cmd.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.1.0-beta3.tar.gz"
MD5SUM="b27d9a5d5b5e32798947a3661e67e537"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"