wok-current diff ncdu/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (7 days ago) |
parents | 241fb98cab1c |
children |
line diff
1.1 --- a/ncdu/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/ncdu/receipt Thu Dec 05 13:05:56 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ncdu" 1.7 -VERSION="1.14.2" 1.8 +VERSION="1.16" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="NCurses Disk Usage." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -11,7 +11,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://dev.yorhel.nl/download/$TARBALL" 1.15 1.16 -DEPENDS="ncursesw" 1.17 +DEPENDS="ncurses ncursesw" 1.18 BUILD_DEPENDS="ncursesw-dev" 1.19 1.20 # What is the latest version available today? 1.21 @@ -36,6 +36,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr 1.26 - cp -a $install/usr/bin $fs/usr 1.27 + cook_copy_folders bin 1.28 }