# HG changeset patch # User Hans-G?nter Theisgen # Date 1650729554 -3600 # Node ID b10dd0339358bcdf8780ca10e148917d7801b541 # Parent 293d53cefa7b4b3e43b15881c919e1785e894a26 updated ncdu (1.14.2 -> 1.16) diff -r 293d53cefa7b -r b10dd0339358 ncdu/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ncdu/description.txt Sat Apr 23 16:59:14 2022 +0100 @@ -0,0 +1,8 @@ +Ncdu is a disk usage analyzer with an ncurses interface. +It is designed to find space hogs on a remote server where you +don't have an entire graphical setup available, but it is a +useful tool even on regular desktop systems. + +Ncdu aims to be fast, simple and easy to use, and should be +able to run in any minimal POSIX-like environment with ncurses +installed. diff -r 293d53cefa7b -r b10dd0339358 ncdu/receipt --- a/ncdu/receipt Sat Apr 23 16:50:32 2022 +0100 +++ b/ncdu/receipt Sat Apr 23 16:59:14 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncdu" -VERSION="1.14.2" +VERSION="1.16" CATEGORY="utilities" SHORT_DESC="NCurses Disk Usage." MAINTAINER="paul@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://dev.yorhel.nl/download/$TARBALL" -DEPENDS="ncursesw" +DEPENDS="ncurses ncursesw" BUILD_DEPENDS="ncursesw-dev" # What is the latest version available today? @@ -36,6 +36,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }