wok diff bmon/receipt @ rev 21815
ffmpeg-dev: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 19 10:41:53 2019 +0200 (2019-08-19) |
parents | 49fdfc98a5c3 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/bmon/receipt Mon Jan 12 17:38:57 2015 +0100 1.2 +++ b/bmon/receipt Mon Aug 19 10:41:53 2019 +0200 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bmon" 1.7 -VERSION="3.6" 1.8 +VERSION="4.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="bandwidth monitor and rate estimator" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://github.com/tgraf/bmon" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/tgraf/bmon" 1.17 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.18 1.19 DEPENDS="libnl ncursesw" 1.20 @@ -19,6 +20,7 @@ 1.21 ./autogen.sh 1.22 ./configure --prefix=/usr \ 1.23 --sysconfdir=/etc \ 1.24 + --with-ncursesw \ 1.25 $CONFIGURE_ARGS && 1.26 make && 1.27 make DESTDIR=$DESTDIR install