python/s3cmd: Added %README% for optional dependencies in README

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
larryhaja 2013-11-13 19:26:17 -08:00 committed by Robby Workman
parent ace4c20f5e
commit 13685e8c53
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"