update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/ncdu/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/ncdu/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_NCDU
|
||||
bool "ncdu"
|
||||
depends on BR2_USE_MMU # system()
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
ncdu is a disk usage analyzer with an ncurses interface
|
||||
|
||||
http://dev.yorhel.nl/ncdu
|
||||
3
bsp/buildroot-2017.02.11/package/ncdu/ncdu.hash
Normal file
3
bsp/buildroot-2017.02.11/package/ncdu/ncdu.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# From http://dev.yorhel.nl/download/ncdu-1.11.tar.gz.{md5,sha1}
|
||||
md5 9e44240a5356b029f05f0e70a63c4d12 ncdu-1.11.tar.gz
|
||||
sha1 8f22d713e6d2b28e1f501eee2bd1e03b55550c8d ncdu-1.11.tar.gz
|
||||
15
bsp/buildroot-2017.02.11/package/ncdu/ncdu.mk
Normal file
15
bsp/buildroot-2017.02.11/package/ncdu/ncdu.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# ncdu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NCDU_VERSION = 1.11
|
||||
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