diff options
Diffstat (limited to 'nonworking/ntop/ntop_3.0.oe')
-rw-r--r-- | nonworking/ntop/ntop_3.0.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nonworking/ntop/ntop_3.0.oe b/nonworking/ntop/ntop_3.0.oe index e69de29bb2..8f37092507 100644 --- a/nonworking/ntop/ntop_3.0.oe +++ b/nonworking/ntop/ntop_3.0.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "ntop is network top" +SECTION = "network" +PRIORITY = "optional" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz \ + file://${FILESDIR}/libtool-shut-up.patch;patch=1" + +inherit autotools + +do_configure_prepend() { + find . -name "acinclude.m4"|xargs rm -f + find . -name "aclocal.m4" |xargs rm -f + find . -name "config.h.in"|xargs rm -f + find . -name "Makefile.in"|xargs rm -f + find . -name "configure"|xargs rm -f +} + +export NTOPAUTOREBUILD=yes +export NTOPCONFIGDEBUG=yes |