summaryrefslogtreecommitdiff
path: root/package/netperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/netperf/Makefile')
-rw-r--r--package/netperf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/netperf/Makefile b/package/netperf/Makefile
index f6095a013..e72e85edd 100644
--- a/package/netperf/Makefile
+++ b/package/netperf/Makefile
@@ -7,11 +7,13 @@ PKG_NAME:= netperf
PKG_VERSION:= 2.4.3
PKG_RELEASE:= 1
PKG_MD5SUM:= 391a0d98954c72a6ad7f08b8a115e1ce
-PKG_DESCR:= Program and service to do network performance measurement.
+PKG_DESCR:= network performance measurement tools
PKG_SECTION:= net
PKG_URL:= http://www.netperf.org/netperf/
PKG_SITES:= ftp://ftp.netperf.org/netperf/archive/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,NETPERF,netperf,${PKG_VERSION}${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))