# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="Mount your P2K mobile phone as a local filesystem" HOMEPAGE="http://intgat.tigress.co.uk/rmy/p2kfuse/index.html" SRC_URI="http://intgat.tigress.co.uk/rmy/p2kfuse/p2kfuse-0.3.3.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-fs/fuse app-mobilephone/p2kmoto" RDEPEND="$DEPEND" src_install() { dobin p2kfuse dodoc README }