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-analyzer/ostinato/ostinato-0.3.ebuild

31 lines
701 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.6 2011/04/19 13:58:13 c1pher Exp $
EAPI=2
inherit qt4-r2
DESCRIPTION="A packet generator and analyzer"
HOMEPAGE="http://code.google.com/p/ostinato/"
SRC_URI="http://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-libs/protobuf
net-libs/libpcap
x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-script:4"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/protobuf-2.4.0.diff
}
src_configure(){
eqmake4 PREFIX=/usr ost.pro
}