summaryrefslogtreecommitdiff
path: root/community/python2-fuse/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-08 00:19:21 -0700
committerroot <root@rshg054.dnsready.net>2012-10-08 00:19:21 -0700
commit962d1e81a62d7259ccb686da1a44de2bb28e73a5 (patch)
tree49f656c84d602182eb10aff70c8e0cd4d202f15d /community/python2-fuse/PKGBUILD
parent682e4a12f537d598cb116ba394ceeae1eafc281e (diff)
Mon Oct 8 00:19:21 PDT 2012
Diffstat (limited to 'community/python2-fuse/PKGBUILD')
-rw-r--r--community/python2-fuse/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/python2-fuse/PKGBUILD b/community/python2-fuse/PKGBUILD
new file mode 100644
index 000000000..ef79aceef
--- /dev/null
+++ b/community/python2-fuse/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 77237 2012-10-07 19:35:53Z dwallace $
+# 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=4
+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
+}