1 # Maintainer: Brendan MacDonell <macdonellba at gmail dot com>
6 pkgdesc="A set of Python bindings for the low level FUSE API."
8 url="http://code.google.com/p/python-llfuse/"
10 depends=('python2' 'fuse')
12 source=(http://python-llfuse.googlecode.com/files/llfuse-$pkgver.tar.bz2)
13 md5sums=('7dcbebcbb6b5ff7f70e49226ee3b24d4')
16 cd $srcdir/llfuse-$pkgver
17 CFLAGS+=' -Wno-error=unused-but-set-variable'
18 python2 setup.py install --root=$pkgdir/ --optimize=1