# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="NFSv4 idmapd" HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/nfsv4-linux/" SRC_URI="http://www.citi.umich.edu/projects/nfsv4/nfsv4-linux/idmapd/idmapd-1.4-fixed.tar.gz" LICENSE="?" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf || die emake || die } src_install() { einstall || die }