summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-19 14:01:04 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-19 13:58:48 +0200
commit805c605a0da74b7e312231fba97ea3b7fcc4682f (patch)
tree585905ca157eeadde938e8f42a298402629bd560 /net-libs/nDPI/nDPI-2.0.ebuild
parentmedia-sound/twolame: Fix tests with recent perl, bug #605726. (diff)
downloadgentoo-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.ebuild23
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
+}