wok-next diff dfc/receipt @ rev 21718
Up dropbear (2020.80)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 29 08:19:44 2020 +0000 (2020-07-29) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/dfc/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/dfc/receipt Wed Jul 29 08:19:44 2020 +0000 1.3 @@ -1,28 +1,29 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="dfc" 1.7 -VERSION="3.0.5" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="Displays file system space usage using graphs and colors" 1.11 +SHORT_DESC="Displays file system space usage, using graphs and colors" 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://projects.gw-computing.net/projects/dfc" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="https://projects.gw-computing.net/attachments/download/467/$TARBALL" 1.18 +WGET_URL="https://projects.gw-computing.net/attachments/download/615/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="ncurses-dev cmake gettext-dev" 1.21 +BUILD_DEPENDS="cmake gettext-dev ncurses-dev" 1.22 1.23 -compile_rules() { 1.24 - cmake \ 1.25 - -DCMAKE_INSTALL_PREFIX=/usr \ 1.26 - -DSYSCONF_INSTALL_DIR=/etc \ 1.27 - . && 1.28 +compile_rules() 1.29 +{ 1.30 + cmake . \ 1.31 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.32 + -DSYSCONF_INSTALL_DIR=/etc && 1.33 make && 1.34 make install 1.35 } 1.36 1.37 -genpkg_rules() { 1.38 +genpkg_rules() 1.39 +{ 1.40 copy @std 1.41 DEPENDS="ncurses" 1.42 }