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

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents 70c3b956ec2f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bwm-ng"
4 VERSION="0.6.2"
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://github.com/vgropp/$PACKAGE/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="automake ncurses-dev"
16 compile_rules()
17 {
18 ./autogen.sh $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 cook_pick_docs README
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="ncurses"
29 }