# n2n/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. As of Fall 2021, the "configure"-time "--prefix" switch didn't work. So, it was necessary to skip the "make install" step at "build" time and copy the output files into place explicitly. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.17 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" under installed tree licfile = COPYING tmpsize = 18M #--------------------------------------------------------------------- [depends] actools gawk grep libcap openssl sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR1=$PKGDIR_PROD/man1 MANDIR8=$PKGDIR_PROD/man8 mkdir -p $BINDIR $MANDIR1 $MANDIR8 make cp -p edge supernode $BINDIR/ cp -p edge.8 $MANDIR8/ cp -p supernode.1 $MANDIR1/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/n2n url_home = http://www.ntop.org/products/n2n/ url_lfs = n/a url_tarball = https://github.com/ntop/n2n/archive/refs/tags/3.0.tar.gz #--------------------------------------------------------------------- [history] 211107 Updated from svn-9347 to 3.0