wok-next view s3ql/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 7506b35e1c6f
children 69bb65a67c90
line source
1 # SliTaz package receipt v2.
3 PACKAGE="s3ql"
4 VERSION="1.13.2"
5 CATEGORY="network"
6 SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://bitbucket.org/nikratio/s3ql"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" # FIXME
14 BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse2-dev attr-dev rsync \
15 python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
16 python-pytest python-py python-unittest2 python-contextlib2"
18 compile_rules() {
19 sed -i 's|http:|https:|' util/distribute_setup.py
21 python -B setup.py build &&
22 python -B setup.py test &&
23 python -B setup.py install --root=$install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp \
29 python-apsw"
30 }