ndpi: update to 5.0.
This commit is contained in:
+1
-1
@@ -2729,7 +2729,7 @@ libykneomgr.so.0 libykneomgr-0.1.8_1
|
||||
libopenshot-audio.so.10 libopenshot-audio-0.4.0_1
|
||||
libopenshot.so.27 libopenshot-0.4.0_1
|
||||
libpqxx-6.3.so libpqxx-6.3.3_1
|
||||
libndpi.so.3 ndpi-3.4_1
|
||||
libndpi.so.5 ndpi-5.0_1
|
||||
libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
|
||||
libsearpc.so.1 libsearpc-3.0.7_1
|
||||
libseafile.so.0 seafile-libclient-7.0.10_2
|
||||
|
||||
@@ -1,27 +1,30 @@
|
||||
# Template file for 'ndpi'
|
||||
pkgname=ndpi
|
||||
version=3.4
|
||||
version=5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake pkg-config"
|
||||
makedepends="libpcap-devel json-c-devel libgcrypt-devel"
|
||||
checkdepends="which"
|
||||
short_desc="Open Source Deep Packet Inspection Software Toolkit"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://www.ntop.org/products/ndpi/"
|
||||
distfiles="https://github.com/ntop/nDPI/archive/${version}.tar.gz"
|
||||
checksum=dc9b291c7fde94edb45fb0f222e0d93c93f8d6d37f4efba20ebd9c655bfcedf9
|
||||
checksum=8b0d3dc0c8a6a68578e09a18c922021ef6458d4aca1c7a20ce04efc267aa9ea5
|
||||
|
||||
do_configure() {
|
||||
./autogen.sh ${configure_args}
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
do_check() {
|
||||
cd tests ; ./do.sh
|
||||
bash ./tests/do.sh
|
||||
bash ./tests/do-unit.sh
|
||||
bash ./tests/do-dga.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc doc/nDPI_QuickStartGuide.pdf
|
||||
vdoc doc/guide/nDPI_QuickStartGuide.pdf
|
||||
}
|
||||
|
||||
ndpi-devel_package() {
|
||||
|
||||
Reference in New Issue
Block a user