You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/rpc2/rpc2-2.8.ebuild

25 lines
591 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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
}