Package Details: ndpi 4.8-1

Git Clone URL: https://aur.archlinux.org/ndpi.git (read-only, click to copy)
Package Base: ndpi
Description: Open and Extensible GPLv3 Deep Packet Inspection Library
Upstream URL: http://www.ntop.org/products/ndpi/
Licenses: GPL3
Conflicts: ndpi-svn
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 9
Popularity: 0.058373
First Submitted: 2013-03-21 15:53 (UTC)
Last Updated: 2024-02-13 17:47 (UTC)

Latest Comments

D3vil0p3r commented on 2024-04-21 19:32 (UTC) (edited on 2024-04-21 19:34 (UTC) by D3vil0p3r)

The current PKGBUILD is wrong. After the install, you will get a dir path like /usr/usr/include and /usr/usr/lib.

lnslbrty commented on 2021-07-26 09:43 (UTC)

Hey Robert,

there is a new nDPI upstream release: 4.0

I've prepared a small patch that also brings some consistency in lib depends.

diff --git a/PKGBUILD b/PKGBUILD index a666ab0..ee5679a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,13 @@ # Maintainer: robertfoster

pkgname=ndpi -pkgver=3.4 -pkgrel=2 +pkgver=4.0 +pkgrel=1 pkgdesc="Open and Extensible GPLv3 Deep Packet Inspection Library" arch=('i686' 'x86_64') url="http://www.ntop.org/products/ndpi/" license=('GPL3') +depends=('libgcrypt' 'libmaxminddb') conflicts=('ndpi-svn') options=() source=("https://github.com/ntop/nDPI/archive/${pkgver}.tar.gz") @@ -15,7 +16,7 @@ build() { cd "${srcdir}/nDPI-${pkgver}" unset CPPFLAGS ./autogen.sh - ./configure --prefix=/usr --with-pic --includedir=/usr/include --libdir=/usr/lib + ./configure --prefix=/usr --with-pic --includedir=/usr/include --libdir=/usr/lib --with-maxminddb make }

@@ -26,4 +27,4 @@ package() { "${pkgdir}/usr/include/libndpi" }

-md5sums=('4a2978b0d527a220ab46344444a1934c') +md5sums=('533296eb09ab27499b6881f3411aa22b')

aperez commented on 2018-10-23 11:06 (UTC)

Version 2.4 cannot be built, it seems that something has changed in the build system upstream:

==> Starting package()...
Making install in src/lib
make[1]: Entering directory '/home/aperez/.cache/yay/ndpi/src/nDPI-2.4/src/lib'
make[1]: *** No rule to make target 'install'.  Stop.
make[1]: Leaving directory '/home/aperez/.cache/yay/ndpi/src/nDPI-2.4/src/lib'
make: *** [Makefile:467: install-recursive] Error 1
==> ERROR: A failure occurred in package().

aperez commented on 2016-01-09 00:51 (UTC)

Version 1.7 has been released, see: http://sourceforge.net/projects/ntop/files/nDPI/

pcxmac commented on 2013-12-13 19:11 (UTC)

the patch url is wrong/missing -- http://ftp.de.debian.org/debian/pool/main/n/ndpi/ndpi_1.4.0+svn6932.orig.tar.gz the md5sum was : ae0bbc6cee614b8fce0bd9aae55e6757 package built successfully and installed no problems, have not tested it fully to comment any further as to that particular patch.

Xemertix commented on 2013-10-20 10:47 (UTC)

rc/lib/Makefile.am:22: but option 'subdir-objects' is disabled src/lib/Makefile.am:22: warning: source file 'protocols/teamviewer.c' is in a subdirectory, src/lib/Makefile.am:22: but option 'subdir-objects' is disabled /usr/share/automake-1.14/am/ltlibrary.am: warning: 'libndpi.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' src/lib/Makefile.am:1: while processing Libtool library 'libndpi.la'