diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 15:10:58 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 15:10:58 +0100 |
commit | 9f050463d1b34e3f36a54aeb9ef65217530f2cd0 (patch) | |
tree | 0a4fca87cb224834876e3c5cf79375619bca75a4 /community/python-fuse | |
parent | bf8d5e47ebdb788735d74c8232db8ec4a724a0bb (diff) |
Remove packages missing from abs.
Diffstat (limited to 'community/python-fuse')
-rw-r--r-- | community/python-fuse/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/community/python-fuse/PKGBUILD b/community/python-fuse/PKGBUILD deleted file mode 100644 index e46eef13a..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' 'mips64el') -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') |