# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python FUSE bindings" HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" SRC_URI="http://earth.cdpa.nsysu.edu.tw/~pigfoot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.4 sys-fs/fuse" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}"/${P}-fuse_teardown.patch } src_install() { distutils_src_install }