wok diff ncdu/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | 2e46d946d7a8 |
children | 8baebfa7f33f |
line diff
1.1 --- a/ncdu/receipt Tue Oct 16 16:37:20 2018 +0200 1.2 +++ b/ncdu/receipt Tue Dec 31 14:21:42 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.