mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
29 lines
631 B
Bash
29 lines
631 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="5"
|
|
inherit autotools eutils subversion
|
|
|
|
DESCRIPTION="ntop-maintained superset of the popular OpenDPI library"
|
|
HOMEPAGE="http://www.ntop.org/products/ndpi/"
|
|
#SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${P}.tar.xz"
|
|
ESVN_REPO_URI="https://svn.ntop.org/svn/ntop/trunk/nDPI"
|
|
ESVN_REVISION="7925"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_prepare() {
|
|
epatch "${FILESDIR}"/libndpi-system201407.patch
|
|
eautoreconf
|
|
}
|
|
|
|
#src_install() {
|
|
# DESTDIR="${D}" emake install
|
|
#}
|