wok rev 21524

updated ncdu (1.13 -> 1.14)
author Hans-G?nter Theisgen
date Fri May 03 17:30:38 2019 +0100 (2019-05-03)
parents fcbbdcfa7ed0
children 41d7f62d0d2c
files ncdu/receipt
line diff
     1.1 --- a/ncdu/receipt	Fri May 03 17:24:35 2019 +0100
     1.2 +++ b/ncdu/receipt	Fri May 03 17:30:38 2019 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ncdu"
     1.7 -VERSION="1.13"
     1.8 +VERSION="1.14"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="NCurses Disk Usage."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://dev.yorhel.nl/ncdu"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://dev.yorhel.nl/ncdu"
    1.17  WGET_URL="https://dev.yorhel.nl/download/$TARBALL"
    1.18  
    1.19  DEPENDS="ncurses ncursesw"
    1.20 -BUILD_DEPENDS="ncurses-dev wget"
    1.21 +BUILD_DEPENDS="ncurses-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--infodir=/usr/share/info \
    1.29 -		--mandir=/usr/share/man \
    1.30 +	./configure				\
    1.31 +		--prefix=/usr			\
    1.32 +		--infodir=/usr/share/info	\
    1.33 +		--mandir=/usr/share/man		\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.