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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }