wok-6.x rev 21523
updated nbwmon (20140917 -> 0.5.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 03 17:24:35 2019 +0100 (2019-05-03) |
parents | aa52400acd4d |
children | 300204973261 |
files | nbwmon/receipt |
line diff
1.1 --- a/nbwmon/receipt Fri May 03 18:12:54 2019 +0200 1.2 +++ b/nbwmon/receipt Fri May 03 17:24:35 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nbwmon" 1.7 -VERSION="20140917" 1.8 +VERSION="0.5.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Ncurses bandwidth monitor." 1.11 MAINTAINER="paul@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 LICENSE="MIT" 1.14 -WEB_SITE="https://github.com/defer-/nbwmon" 1.15 -WGET_URL="git|git://github.com/defer-/nbwmon" 1.16 +WEB_SITE="https://github.com/causes-/nbwmon" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.20 1.21 DEPENDS="ncurses" 1.22 -BUILD_DEPENDS="ncurses-dev git bzip2" 1.23 +BUILD_DEPENDS="ncurses-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()