# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-pda/p3nfsd/p3nfsd-5.15.ebuild,v 1.4 2004/01/16 16:44:08 sirro Exp $ 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="0" KEYWORDS="x86" IUSE="" DEPEND="" src_compile() { econf emake || die } src_install() { make DESTDIR=${D} install || die }