wok-next rev 21588

updated dfc (3.0.5 -> 3.1.1)
author Hans-G?nter Theisgen
date Wed Jun 24 06:22:56 2020 +0100 (2020-06-24)
parents e14ac8d96a1e
children 2b56c8733b13
files dfc/receipt
line diff
     1.1 --- a/dfc/receipt	Tue Jun 23 17:51:24 2020 +0100
     1.2 +++ b/dfc/receipt	Wed Jun 24 06:22:56 2020 +0100
     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  }