aboutsummaryrefslogtreecommitdiffstats
path: root/package/fprobe-ulog
diff options
context:
space:
mode:
Diffstat (limited to 'package/fprobe-ulog')
-rw-r--r--package/fprobe-ulog/Config.in11
-rw-r--r--package/fprobe-ulog/Makefile52
-rw-r--r--package/fprobe-ulog/ipkg/fprobe-ulog.control8
3 files changed, 0 insertions, 71 deletions
diff --git a/package/fprobe-ulog/Config.in b/package/fprobe-ulog/Config.in
deleted file mode 100644
index 356b4541df..0000000000
--- a/package/fprobe-ulog/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_FPROBE_ULOG
- prompt "fprobe-ulog....................... NetFlow probe (ulog-based)"
- tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBPTHREAD
- help
- A NetFlow probe obtaining packets through linux netfilter code
- (iptables ULOG target).
-
- http://fprobe.sourceforge.net/
-
diff --git a/package/fprobe-ulog/Makefile b/package/fprobe-ulog/Makefile
deleted file mode 100644
index 6ea2493090..0000000000
--- a/package/fprobe-ulog/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=fprobe-ulog
-PKG_VERSION:=1.1
-PKG_RELEASE:=1
-PKG_MD5SUM:=cdb2e4edc47e8a3d5479eeabfb979ebc
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@SF/fprobe
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_CAT:=bzcat
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,FPROBE_ULOG,fprobe-ulog,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- (cd $(PKG_BUILD_DIR) ; \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- ./configure \
- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME) \
- --prefix=/usr \
- --exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libexecdir=/usr/lib \
- --datadir=/usr/share \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --with-piddir=/var \
- --with-membulk=index8 \
- --with-hash=xor8 \
- $(DISABLE_NLS) \
- )
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR)
- touch $@
-
-$(IPKG_FPROBE_ULOG):
- mkdir -p $(IDIR_FPROBE_ULOG)/usr/bin
- $(CP) $(PKG_BUILD_DIR)/src/fprobe-ulog $(IDIR_FPROBE_ULOG)/usr/bin/
- $(RSTRIP) $(IDIR_FPROBE_ULOG)
- $(IPKG_BUILD) $(IDIR_FPROBE_ULOG) $(PACKAGE_DIR)
diff --git a/package/fprobe-ulog/ipkg/fprobe-ulog.control b/package/fprobe-ulog/ipkg/fprobe-ulog.control
deleted file mode 100644
index ac1b35ed8d..0000000000
--- a/package/fprobe-ulog/ipkg/fprobe-ulog.control
+++ /dev/null
@@ -1,8 +0,0 @@
-Package: fprobe-ulog
-Priority: optional
-Section: net
-Depends: libpthread
-Description: NetFlow probe
- networking tool obtaining packets through linux netfilter code
- (iptables ULOG target) and emit it as NetFlow flows towards the
- specified collector