wok-next annotate bwm-ng/receipt @ rev 20762

Add leanify
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 05 17:27:09 2018 +0300 (2018-06-05)
parents f463de72afe3
children 0b4deaef0fcc
rev   line source
al@20757 1 # SliTaz package receipt v2.
pascal@19363 2
pascal@19363 3 PACKAGE="bwm-ng"
pascal@19363 4 VERSION="0.6.1"
pascal@19363 5 CATEGORY="network"
al@20757 6 SHORT_DESC="Bandwidth Monitor NG"
pascal@19363 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19363 8 LICENSE="GPL2"
al@19690 9 WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng"
al@19690 10
pascal@19363 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@19363 12 WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL"
pascal@19363 13
pascal@19365 14 BUILD_DEPENDS="ncurses-dev"
pascal@19365 15
al@20757 16 compile_rules() {
al@20757 17 ./configure $CONFIGURE_ARGS &&
al@20757 18 make &&
al@20757 19 make install || return 1
al@20757 20
al@20757 21 cook_pick_docs README
pascal@19363 22 }
pascal@19363 23
al@20757 24 genpkg_rules() {
al@20757 25 copy @std
al@20757 26 DEPENDS="ncurses"
pascal@19363 27 }