wok-next view bwm-ng/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents f463de72afe3
children 0b4deaef0fcc
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bwm-ng"
4 VERSION="0.6.1"
5 CATEGORY="network"
6 SHORT_DESC="Bandwidth Monitor NG"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install || return 1
21 cook_pick_docs README
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="ncurses"
27 }