wok-next annotate s3ql/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@14376 2
pascal@14376 3 PACKAGE="s3ql"
pascal@14376 4 VERSION="1.13.2"
pascal@14376 5 CATEGORY="network"
al@20527 6 SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack"
pascal@14376 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
pascal@21157 9 WEB_SITE="https://github.com/s3ql/s3ql"
al@20527 10
pascal@14376 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20909 12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" # FIXME
pascal@14376 13
al@20527 14 BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse2-dev attr-dev rsync \
pascal@14376 15 python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
al@20745 16 python-pytest python-py python-unittest2 python-contextlib2"
pascal@14376 17
al@20527 18 compile_rules() {
al@20728 19 sed -i 's|http:|https:|' util/distribute_setup.py
al@20728 20
al@21020 21 python -B setup.py build &&
al@21020 22 python -B setup.py test &&
al@21020 23 python -B setup.py install --root=$install
pascal@14376 24 }
pascal@14376 25
al@20527 26 genpkg_rules() {
al@20527 27 copy @std
al@20527 28 DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp \
al@20527 29 python-apsw"
pascal@14376 30 }