Update nodogsplash to 0.9 beta9.9 (#3638)
[openwrt/svn-archive/archive.git] / net / netpipe / Makefile
1 #
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # $Id$
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=netpipe
12 PKG_VERSION:=3.6.2
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=NetPIPE_$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=http://www.scl.ameslab.gov/netpipe/code
17 PKG_MD5SUM:=62570140a3617eca4b15b3255d3edbe6
18
19 PKG_BUILD_DIR:=$(BUILD_DIR)/NetPIPE_$(PKG_VERSION)
20
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/netpipe
24 SECTION:=net
25 CATEGORY:=Network
26 TITLE:=A Network Protocol Independent Performance Evaluator
27 URL:=http://www.scl.ameslab.gov/netpipe/
28 endef
29
30 define Package/netpipe/description
31 A Network Protocol Independent Performance Evaluator
32 endef
33
34 define Build/Configure
35 endef
36
37 define Package/netpipe/install
38 $(INSTALL_DIR) $(1)/usr/bin
39 $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPtcp $(1)/usr/bin/
40 endef
41
42 $(eval $(call BuildPackage,netpipe))