# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Symbian to Unix/Linux communication program" HOMEPAGE="http://www.koeniglich.de/p3nfs.html" SRC_URI="http://www.koeniglich.de/packages/p3nfs-5.15.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc" RDEPEND="net-nds/portmap" src_compile() { econf || die "config failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc CHANGES LICENCE README TODO doc/* } pkg_postinst() { echo einfo "You need to install one of the nfsapp-*.sis clients on your" einfo "Symbian device to be able to mount it's filesystems." echo einfo "Make sure to have portmap running before you start the" einfo "p3nfsd server." echo }