summaryrefslogtreecommitdiff
path: root/community/python2-fuse
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/python2-fuse
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/python2-fuse')
-rw-r--r--community/python2-fuse/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/python2-fuse/PKGBUILD b/community/python2-fuse/PKGBUILD
deleted file mode 100644
index ef79aceef..000000000
--- a/community/python2-fuse/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $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
-}