wok-next view s3ql/receipt @ rev 20527

Change virtual "fuse" to real "fuse2"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 24 11:07:24 2018 +0200 (2018-03-24)
parents 0fcf48f89432
children db1d1b071346
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="http://code.google.com/p/$PACKAGE/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
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"
18 compile_rules() {
19 python setup.py build &&
20 python setup.py test &&
21 python setup.py install --root=$DESTDIR
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp \
27 python-apsw"
28 }