2014-01-24 17:19:57 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2013-07-19 09:02:27 +04:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
inherit qt4-r2
|
|
|
|
|
|
|
|
DESCRIPTION="A packet generator and analyzer"
|
2015-09-02 17:45:23 +03:00
|
|
|
HOMEPAGE="http://ostinato.org/"
|
2015-08-25 09:05:57 +03:00
|
|
|
SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
2013-08-08 14:23:04 +04:00
|
|
|
KEYWORDS="amd64 arm x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2014-01-24 17:19:57 +04:00
|
|
|
DEPEND="dev-libs/protobuf:=
|
2012-02-06 16:39:49 +04:00
|
|
|
net-libs/libpcap
|
2013-03-04 02:16:24 +04:00
|
|
|
dev-qt/qtcore:4
|
|
|
|
dev-qt/qtgui:4
|
|
|
|
dev-qt/qtscript:4"
|
2012-02-06 16:39:49 +04:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
2014-10-01 17:14:40 +04:00
|
|
|
src_configure(){
|
|
|
|
eqmake4 PREFIX=/usr ost.pro
|
|
|
|
}
|