mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-31 21:05:47 +01:00
31 lines
589 B
Bash
31 lines
589 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="5"
|
|
inherit autotools eutils
|
|
|
|
DESCRIPTION="ntop-maintained superset of the popular OpenDPI library"
|
|
HOMEPAGE="http://www.ntop.org/products/ndpi/"
|
|
SRC_URI="mirror://sourceforge/ntop/nDPI/${P}_r8115.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_prepare() {
|
|
epatch "${FILESDIR}"/${P}-system.patch
|
|
eautoreconf
|
|
}
|
|
|
|
#src_configure(){
|
|
# econf --includedir=/usr/include2
|
|
#}
|
|
|
|
#src_install() {
|
|
# DESTDIR="${D}" emake install
|
|
#}
|