2014-12-06 07:15:13 +00:00
|
|
|
# Template file for 's3cmd'
|
|
|
|
pkgname=s3cmd
|
2015-02-09 17:49:29 +00:00
|
|
|
version="1.5.2"
|
2014-12-06 07:15:13 +00:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
build_style=python-module
|
|
|
|
pycompile_module="S3"
|
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
depends="python-dateutil"
|
|
|
|
short_desc="Command line tool for Amazon S3"
|
|
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://s3tools.org/s3cmd"
|
2015-01-13 09:38:28 +00:00
|
|
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
2015-02-09 17:49:29 +00:00
|
|
|
checksum=f6ff8b682b39d5f896d2da7002df7f88508e6550d5d54f16c49c3414daa0aae9
|
2014-12-06 07:15:13 +00:00
|
|
|
|
|
|
|
pre_install() {
|
|
|
|
export S3CMD_INSTPATH_DOC="usr/share/doc"
|
|
|
|
}
|