# HG changeset patch # User Hans-G?nter Theisgen # Date 1556901038 -3600 # Node ID 300204973261b4bb88ec87eff211714a6d961b54 # Parent fcbbdcfa7ed09c5242cd0df9bcf34fa9bd199e86 updated ncdu (1.13 -> 1.14) diff -r fcbbdcfa7ed0 -r 300204973261 ncdu/receipt --- a/ncdu/receipt Fri May 03 17:24:35 2019 +0100 +++ b/ncdu/receipt Fri May 03 17:30:38 2019 +0100 @@ -1,27 +1,29 @@ # SliTaz package receipt. PACKAGE="ncdu" -VERSION="1.13" +VERSION="1.14" CATEGORY="utilities" SHORT_DESC="NCurses Disk Usage." MAINTAINER="paul@slitaz.org" LICENSE="MIT" +WEB_SITE="https://dev.yorhel.nl/ncdu" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://dev.yorhel.nl/ncdu" WGET_URL="https://dev.yorhel.nl/download/$TARBALL" DEPENDS="ncurses ncursesw" -BUILD_DEPENDS="ncurses-dev wget" +BUILD_DEPENDS="ncurses-dev" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.