inherit eutils git autotools EAPI=3 EGIT_REPO_URI="http://github.com/Lowercases/tcprstat.git" DESCRIPTION="Passive TCP response time analysis tool" HOMEPAGE="http://www.percona.com/docs/wiki/tcprstat:start" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="sys-devel/bison sys-devel/flex ${RDEPEND}" RDEPEND="net-libs/libpcap" src_unpack() { git_src_unpack cd "${S}" } src_prepare() { eautoreconf } src_install() { einstall }