wok-undigest rev 997

python-llfuse: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 13:49:13 2013 +0200 (2013-04-21)
parents 990e967fa2df
children 16f8c1cf77a4
files python-llfuse/receipt s3ql/receipt
line diff
     1.1 --- a/python-llfuse/receipt	Sun Apr 21 13:39:52 2013 +0200
     1.2 +++ b/python-llfuse/receipt	Sun Apr 21 13:49:13 2013 +0200
     1.3 @@ -3,16 +3,15 @@
     1.4  PACKAGE="python-llfuse"
     1.5  SOURCE="llfuse"
     1.6  VERSION="0.38"
     1.7 -CATEGORY="developmemnt"
     1.8 +CATEGORY="development"
     1.9  SHORT_DESC="Python bindings for the low level FUSE API."
    1.10  MAINTAINER="pascal.bellard@slitaz.org"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.13  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.14 -http://python-llfuse.googlecode.com/files/llfuse-0.38.tar.bz2
    1.15  
    1.16  DEPENDS="fuse"
    1.17 -BUILD_DEPENDS="python-dev fuse-dev"
    1.18 +BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
     2.1 --- a/s3ql/receipt	Sun Apr 21 13:39:52 2013 +0200
     2.2 +++ b/s3ql/receipt	Sun Apr 21 13:49:13 2013 +0200
     2.3 @@ -9,13 +9,12 @@
     2.4  WEB_SITE="http://code.google.com/p/$PACKAGE/"
     2.5  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     2.6  
     2.7 -DEPENDS="sqlite"
     2.8 -# python-llfuse pyliblzma python-apsw pycryptopp 
     2.9 -# http://code.google.com/p/python-llfuse/
    2.10 +DEPENDS="sqlite python-llfuse"
    2.11 +# pyliblzma python-apsw pycryptopp 
    2.12  # http://pypi.python.org/pypi/pyliblzma
    2.13  # http://code.google.com/p/apsw/
    2.14  # http://pypi.python.org/pypi/pycryptopp
    2.15 -BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev"
    2.16 +BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev python-llfuse"
    2.17  
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()