# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" DESCRIPTION="Python FUSE bindings" HOMEPAGE="http://www.inf.bme.hu/~mszeredi/avfs/" SRC_URI="http://richard.jones.name/google-hacks/gmail-filesystem/fuse-python.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" S="${WORKDIR}/${PN}" RDEPEND=">=dev-lang/python-2.3 >=sys-fs/fuse-1.3" src_upack() { unpack ${A} } src_compile() { python setup.py build || die "Couldn't compile" } src_install() { python setup.py install --prefix=${D}/usr || die "Couldn't install" }