blob: e6de90b66aa33c69b7af589056789ef9df923de3 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz"
IUSE=""
SLOT="1"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
RDEPEND=">=sys-libs/lwp-2.1"
DEPEND="${RDEPEND}
sys-apps/gawk
sys-apps/sed
sys-apps/grep
sys-devel/libtool"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc NEWS README.ipv6
}