wok diff dfc/receipt @ rev 23982
dog: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 21 13:13:55 2020 +0000 (2020-11-21) |
parents | a78610b2eb47 |
children | 544e47246b33 |
line diff
1.1 --- a/dfc/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/dfc/receipt Sat Nov 21 13:13:55 2020 +0000 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 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 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://projects.gw-computing.net/projects/dfc" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://projects.gw-computing.net/projects/dfc" 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 DEPENDS="ncurses" 1.21 BUILD_DEPENDS="ncurses-dev cmake gettext" 1.22 @@ -16,9 +17,11 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc 1.28 - make && make install 1.29 + cmake . \ 1.30 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.31 + -DSYSCONF_INSTALL_DIR=/etc 1.32 + make && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 @@ -30,4 +33,3 @@ 1.38 cp -a $install/usr/share/locale $fs/usr/share 1.39 cp -a $install/usr/etc/* $fs/etc 1.40 } 1.41 -