# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The rtptools distribution consists of a number of small applications that can be used for processing RTP data." HOMEPAGE="http://www.cs.columbia.edu/IRT/software/rtptools/" SRC_URI="http://www.cs.columbia.edu/IRT/software/rtptools/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die }