diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-06-19 14:01:04 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-06-19 13:58:48 +0200 |
commit | 805c605a0da74b7e312231fba97ea3b7fcc4682f (patch) | |
tree | 585905ca157eeadde938e8f42a298402629bd560 /net-libs/nDPI/nDPI-2.0.ebuild | |
parent | media-sound/twolame: Fix tests with recent perl, bug #605726. (diff) | |
download | gentoo-805c605a0da74b7e312231fba97ea3b7fcc4682f.tar.gz gentoo-805c605a0da74b7e312231fba97ea3b7fcc4682f.tar.bz2 gentoo-805c605a0da74b7e312231fba97ea3b7fcc4682f.zip |
net-libs/nDPI: new package
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/nDPI/nDPI-2.0.ebuild')
-rw-r--r-- | net-libs/nDPI/nDPI-2.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/nDPI/nDPI-2.0.ebuild b/net-libs/nDPI/nDPI-2.0.ebuild new file mode 100644 index 000000000000..7d4217d49afe --- /dev/null +++ b/net-libs/nDPI/nDPI-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools + +DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" +HOMEPAGE="http://www.ntop.org/" +SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/json-c + net-libs/libpcap" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} |