summaryrefslogtreecommitdiff
path: root/community/python2-fuse/PKGBUILD
blob: 891152fe166dc8cf0593cc44302f2065bab2b171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 114901 2014-07-04 15:35:31Z fyan $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk@gmail.com>

pkgname=python2-fuse
pkgver=0.2.1
pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="Python bindings for FUSE"
url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
license=('LGPL')
depends=('fuse' 'python2')
replaces=('python-fuse')
conflicts=('python-fuse')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
md5sums=('9d9c5c2311ac04291ce822dfece108f8')

package() {
  cd "$srcdir/fuse-python-$pkgver"

  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
}