Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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

View 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

View 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))