ncdu: new package
Signed-off-by: Bogdan Radulescu <bogdan@nimblex.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e7ac4d3987
commit
5d808d2e4b
@ -780,6 +780,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
source "package/module-init-tools/Config.in"
|
||||
endif
|
||||
source "package/monit/Config.in"
|
||||
source "package/ncdu/Config.in"
|
||||
source "package/polkit/Config.in"
|
||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
source "package/procps/Config.in"
|
||||
|
7
package/ncdu/Config.in
Normal file
7
package/ncdu/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_NCDU
|
||||
bool "ncdu"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
ncdu is a disk usage analyzer with an ncurses interface
|
||||
|
||||
http://dev.yorhel.nl/ncdu
|
15
package/ncdu/ncdu.mk
Normal file
15
package/ncdu/ncdu.mk
Normal file
@ -0,0 +1,15 @@
|
||||
#############################################################
|
||||
#
|
||||
# ncdu
|
||||
#
|
||||
#############################################################
|
||||
|
||||
NCDU_VERSION = 1.9
|
||||
NCDU_SITE = http://dev.yorhel.nl/download/
|
||||
|
||||
NCDU_DEPENDENCIES = ncurses
|
||||
|
||||
NCDU_LICENSE = MIT
|
||||
NCDU_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user