]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/iotop
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / iotop
index 02f027e5cbcbf429d60ee91c57ad62b5b22ce4fc..e1907691625b3f04ed60adfd8ceb6ba8f0a7cf23 100644 (file)
--- a/lfs/iotop
+++ b/lfs/iotop
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Top Like UI to Show Per-Process I/O Going on
+
 VER        = 0.6
 
 THISAPP    = iotop-$(VER)
@@ -33,9 +35,11 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = iotop
-PAK_VER    = 2
+PAK_VER    = 3
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################