summaryrefslogtreecommitdiff
path: root/community/python-fuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-fuse/PKGBUILD')
-rw-r--r--community/python-fuse/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/python-fuse/PKGBUILD b/community/python-fuse/PKGBUILD
deleted file mode 100644
index b82911431..000000000
--- a/community/python-fuse/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 65677 2012-02-21 21:14:06Z cbrannon $
-# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk@gmail.com>
-
-pkgname=python-fuse
-pkgver=0.2.1
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc="Python bindings for FUSE"
-url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
-license=('LGPL')
-depends=('fuse' 'python2')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
-
-build() {
- cd "$srcdir/fuse-python-$pkgver"
- python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')