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

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents 66bf4ef9064b
children 70c3b956ec2f
rev   line source
pascal@19363 1 # SliTaz package receipt.
pascal@19363 2
pascal@19363 3 PACKAGE="bwm-ng"
pascal@19363 4 VERSION="0.6.1"
pascal@19363 5 CATEGORY="network"
pascal@19363 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
al@19690 14 DEPENDS="ncurses"
pascal@19365 15 BUILD_DEPENDS="ncurses-dev"
pascal@19365 16
pascal@19363 17 # Rules to configure and make the package.
pascal@19363 18 compile_rules()
pascal@19363 19 {
al@19690 20 ./configure $CONFIGURE_ARGS && make && make install
pascal@19363 21 }
pascal@19363 22
pascal@19363 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19363 24 genpkg_rules()
pascal@19363 25 {
al@19783 26 copy bin/
pascal@19363 27 }