1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
3 # Contributor: Chris Brannon <cmbrannon79@gmail.com>
4 # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
5 # Contributor: Alexander Fehr <pizzapunk@gmail.com>
11 pkgdesc="Python bindings for FUSE"
12 url="https://github.com/libfuse/python-fuse"
14 makedepends=('python-setuptools' 'fuse2')
15 depends=('fuse2' 'python')
16 source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz")
17 sha512sums=('e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2')
20 cd python-fuse-$pkgver
25 cd python-fuse-$pkgver
26 python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1