bump gtk2-version, some minor changes
[openwrt/svn-archive/archive.git] / net / flow-tools / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=flow-tools
11 PKG_VERSION:=0.68
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=ftp://ftp.eng.oar.net/pub/flow-tools/
16 PKG_MD5SUM:=c9e0a8b53c79611b6bffcb9d510a5a38
17
18 PKG_BUILD_DEPENDS:=+zlib
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/flow-tools
23 SECTION:=net
24 CATEGORY:=Network
25 TITLE:=flow-tools
26 URL:=http://www.splintered.net/sw/flow-tools/
27 endef
28
29 define Package/flow-tools/description
30 Flow-tools is a software package for collecting and processing
31 NetFlow data from Cisco and Juniper routers.
32 endef
33
34 define Build/Compile
35 $(call Build/Compile/Default,all)
36 endef
37
38 define Package/flow-tools/install
39 $(INSTALL_DIR) $(1)/usr/bin/
40 $(CP) $(PKG_BUILD_DIR)/src/flow-* $(1)/usr/bin/
41 endef
42
43 $(eval $(call BuildPackage,flow-tools))