mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-19 14:54:41 +01:00
30 lines
572 B
Bash
30 lines
572 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="4"
|
|
inherit autotools eutils subversion
|
|
|
|
ESVN_REVISION="5783"
|
|
|
|
DESCRIPTION="ntop-maintained superset of the popular OpenDPI library"
|
|
HOMEPAGE="http://www.ntop.org/products/ndpi/"
|
|
SRC_URI=""
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
ESVN_REPO_URI="https://svn.ntop.org/svn/ntop/trunk/nDPI"
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_prepare() {
|
|
epatch "${FILESDIR}"/libndpi-system.patch
|
|
eautomake
|
|
}
|
|
|
|
src_install() {
|
|
DESTDIR="${D}" emake install
|
|
}
|