summaryrefslogtreecommitdiffstats
path: root/package/iftop/iftop.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/iftop/iftop.mk')
-rw-r--r--package/iftop/iftop.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/iftop/iftop.mk b/package/iftop/iftop.mk
new file mode 100644
index 000000000..f6f2af27e
--- /dev/null
+++ b/package/iftop/iftop.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# iftop
+#
+#############################################################
+
+IFTOP_VERSION = 1.0pre2
+IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download/
+
+IFTOP_DEPENDENCIES = ncurses libpcap
+
+IFTOP_LICENSE = GPLv2+
+IFTOP_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))