mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
ndpi: remove in gentoo's favour
This commit is contained in:
parent
8bf5a37410
commit
a14975285b
3 changed files with 0 additions and 38 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST nDPI-1.8.tar.gz 7238087 SHA256 cea26a7f280301cc3a0e714b560d48b57ae2cf6453b71eb647ceb3fccecb5ba2 SHA512 6a9a995e86c0d940fd27046b1ddf0556a02f88d4d4b188db99da25d6a5acb7eb26889b2e9d197c86d5deec6c2d3fc0707e10bc645339e3f36519664dc9c15bd1 WHIRLPOOL 4ecc867fd4ca059363e7f99083330e93442e2afda1a2f6e8d4f8ada20924c0e405963d822d528aa576b1baa9b7420d22c3fcff23a41348899965fc6681148994
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/lib/Makefile.am.orig 2014-08-13 23:11:36.000000000 +0800
|
||||
+++ src/lib/Makefile.am 2014-09-02 04:52:33.883473067 +0800
|
||||
@@ -3,7 +3,7 @@
|
||||
libndpi_la_CPPFLAGS = -I$(top_srcdir)/src/include/ -I$(top_srcdir)/src/lib/third_party/include/
|
||||
libndpi_la_LDFLAGS = -version-info 1:0:0 -export-symbols $(top_srcdir)/libndpi.sym
|
||||
|
||||
-libndpi_la_includedir = $(includedir)/libndpi-@VERSION@/libndpi
|
||||
+libndpi_la_includedir = $(includedir)/libndpi
|
||||
|
||||
libndpi_la_include_HEADERS = ../include/ndpi_api.h \
|
||||
../include/linux_compat.h \
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="ntop-maintained superset of the popular OpenDPI library"
|
||||
HOMEPAGE="http://www.ntop.org/products/ndpi/"
|
||||
SRC_URI="https://github.com/ntop/nDPI/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/nDPI-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-1.5.0-system.patch
|
||||
eautoreconf
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue