DESCRIPTION="A Symbian to UNIX/Linux communication program. (mount the file systems of the Phone/PDA)" HOMEPAGE="http://www.koeniglich.de/p3nfs.html" SRC_URI="http://www.koeniglich.de/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="5" KEYWORDS="x86" IUSE="" DEPEND="" src_compile() { econf emake || die } src_install() { make DESTDIR=${D} install || die }