mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/s3cmd: Added %README% for optional dependencies in README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ace4c20f5e
commit
13685e8c53
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue