Move all to deprecated folder.
This commit is contained in:
7
deprecated/firmware/buildroot/package/ncdu/Config.in
Normal file
7
deprecated/firmware/buildroot/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
|
||||
3
deprecated/firmware/buildroot/package/ncdu/ncdu.hash
Normal file
3
deprecated/firmware/buildroot/package/ncdu/ncdu.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# From http://dev.yorhel.nl/download/ncdu-1.9.tar.gz.{md5,sha1}
|
||||
md5 93258079db897d28bb8890e2db89b1fb ncdu-1.9.tar.gz
|
||||
sha1 27cb5464b192db8ffdf0a894fe51d29985348eb0 ncdu-1.9.tar.gz
|
||||
15
deprecated/firmware/buildroot/package/ncdu/ncdu.mk
Normal file
15
deprecated/firmware/buildroot/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))
|
||||
Reference in New Issue
Block a user