From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/ntop/ntop_3.0.bb | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 packages/ntop/ntop_3.0.bb (limited to 'packages/ntop/ntop_3.0.bb') diff --git a/packages/ntop/ntop_3.0.bb b/packages/ntop/ntop_3.0.bb deleted file mode 100644 index aa725222e9..0000000000 --- a/packages/ntop/ntop_3.0.bb +++ /dev/null @@ -1,38 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "ntop is network top" -SECTION = "console/network" -PRIORITY = "optional" -DEPENDS = "gdbm zlib libpcap libpng gd" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz \ - file://${FILESDIR}/autotools.patch;patch=1 \ - file://${FILESDIR}/plugins.patch;patch=1" - -inherit autotools - -EXTRA_OECONF += " --without-ssl \ - --with-gd-lib=${STAGING_LIBDIR} \ - --with-gd-include=${STAGING_INCDIR} \ - --with-zlib-lib=${STAGING_LIBDIR} \ - --with-zlib-include=${STAGING_INCDIR} \ - --with-pcap-lib=${STAGING_LIBDIR} \ - --with-pcap-include=${STAGING_INCDIR} \ - --with-libpng-lib=${STAGING_LIBDIR} \ - --with-libpng-include=${STAGING_INCDIR} \ - --with-gdbm-lib=${STAGING_LIBDIR} \ - --with-gdbm-include=${STAGING_INCDIR}" - -FILES_ntop_append = " ${libdir}/ntop/plugins/*.so ${libdir}/libntop-*.so \ - ${libdir}/libntopreport-*.so" -FILES_${PN}-dev = "${includedir} ${libdir}/libntop.so ${libdir}/libntopreport.so \ - ${libdir}/*.a ${libdir}/libntopreport.a ${libdir}/*.la" -FILES_${PN}-dbg += "${libdir}/ntop/plugins/.debug" - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - mv acinclude.m4.ntop acinclude.m4 - fi - rm -f libtool - cp ${STAGING_BINDIR_NATIVE}/${TARGET_SYS}-libtool libtool -} -- cgit v1.2.3