wok rev 24959
updated ncdu (1.14.2 -> 1.16)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 16:59:14 2022 +0100 (2022-04-23) |
parents | 293d53cefa7b |
children | 24801b09d2f7 |
files | ncdu/description.txt ncdu/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ncdu/description.txt Sat Apr 23 16:59:14 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Ncdu is a disk usage analyzer with an ncurses interface. 1.5 +It is designed to find space hogs on a remote server where you 1.6 +don't have an entire graphical setup available, but it is a 1.7 +useful tool even on regular desktop systems. 1.8 + 1.9 +Ncdu aims to be fast, simple and easy to use, and should be 1.10 +able to run in any minimal POSIX-like environment with ncurses 1.11 +installed.
2.1 --- a/ncdu/receipt Sat Apr 23 16:50:32 2022 +0100 2.2 +++ b/ncdu/receipt Sat Apr 23 16:59:14 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ncdu" 2.7 -VERSION="1.14.2" 2.8 +VERSION="1.16" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="NCurses Disk Usage." 2.11 MAINTAINER="paul@slitaz.org" 2.12 @@ -11,7 +11,7 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://dev.yorhel.nl/download/$TARBALL" 2.15 2.16 -DEPENDS="ncursesw" 2.17 +DEPENDS="ncurses ncursesw" 2.18 BUILD_DEPENDS="ncursesw-dev" 2.19 2.20 # What is the latest version available today? 2.21 @@ -36,6 +36,5 @@ 2.22 # Rules to gen a SliTaz package suitable for Tazpkg. 2.23 genpkg_rules() 2.24 { 2.25 - mkdir -p $fs/usr 2.26 - cp -a $install/usr/bin $fs/usr 2.27 + cook_copy_folders bin 2.28 }