wok-next diff 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 diff
     1.1 --- a/s3ql/receipt	Wed Feb 28 14:43:56 2018 +0200
     1.2 +++ b/s3ql/receipt	Sat Mar 24 11:07:24 2018 +0200
     1.3 @@ -1,30 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="s3ql"
     1.8  VERSION="1.13.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack."
    1.11 +SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.18  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.19  
    1.20 -DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp python-apsw"
    1.21 -BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse-dev attr-dev rsync \
    1.22 +BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse2-dev attr-dev rsync \
    1.23  python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
    1.24  python-pytest python-py python-unittest2"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 +compile_rules() {
    1.30  	python setup.py build &&
    1.31  	python setup.py test &&
    1.32  	python setup.py install --root=$DESTDIR
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	cp -a $install/usr $fs
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp \
    1.42 +	python-apsw"
    1.43  }