wok-next annotate s3ql/receipt @ rev 20745

Up cookutils (1062); up bdeps: enigma, libxklavier, pluma, s3ql; add python-contextlib2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 16:36:23 2018 +0300 (2018-05-30)
parents db1d1b071346
children 7506b35e1c6f
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"
al@20527 9 WEB_SITE="http://code.google.com/p/$PACKAGE/"
al@20527 10
pascal@14376 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14376 12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
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
pascal@14376 21 python setup.py build &&
pascal@14376 22 python setup.py test &&
pascal@14376 23 python setup.py install --root=$DESTDIR
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 }