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.8.ebuild

27 lines
557 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit qt4-r2
DESCRIPTION="A packet generator and analyzer"
HOMEPAGE="http://ostinato.org/"
SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-libs/protobuf:=
net-libs/libpcap
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtscript:4"
RDEPEND="${DEPEND}"
src_configure(){
eqmake4 PREFIX=/usr ost.pro
}