diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/python-fuse | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
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 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') |