updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / python2-llfuse / PKGBUILD
blobc42724bc124249c725659e2aacb2781c54c2a5e0
1 # Maintainer: Brendan MacDonell <macdonellba at gmail dot com>
3 pkgname=python2-llfuse
4 pkgver=0.36
5 pkgrel=1
6 pkgdesc="A set of Python bindings for the low level FUSE API."
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/python-llfuse/"
9 license=('LGPL3')
10 depends=('python2' 'fuse')
11 options=(!emptydirs)
12 source=(http://python-llfuse.googlecode.com/files/llfuse-$pkgver.tar.bz2)
13 md5sums=('7dcbebcbb6b5ff7f70e49226ee3b24d4')
15 build() {
16   cd $srcdir/llfuse-$pkgver
17   CFLAGS+=' -Wno-error=unused-but-set-variable'
18   python2 setup.py install --root=$pkgdir/ --optimize=1