wok-next annotate bmon/receipt @ rev 21634

updated exiftool (11.17 -> 12.01)
author Hans-G?nter Theisgen
date Fri Jun 26 10:45:57 2020 +0100 (2020-06-26)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@17513 2
pascal@17513 3 PACKAGE="bmon"
pascal@20038 4 VERSION="4.0"
pascal@17513 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Bandwidth monitor and rate estimator"
pascal@17513 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17513 8 LICENSE="MIT"
al@20534 9 WEB_SITE="https://github.com/tgraf/bmon"
al@20534 10
pascal@17513 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17513 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@17513 13
pascal@19952 14 BUILD_DEPENDS="wget autoconf automake libconfuse glib libnl-dev ncurses-dev"
pascal@17513 15
al@20534 16 compile_rules() {
pascal@17513 17 ./autogen.sh
al@20534 18 ./configure $CONFIGURE_ARGS &&
pascal@17513 19 make &&
al@21020 20 make DESTDIR=$install install || return 1
al@20534 21
al@20534 22 mkdir -p $install/etc/
al@20534 23 mv $install/usr/share/doc/bmon/examples/bmon.conf $install/etc/
pascal@17513 24 }
pascal@17513 25
al@20534 26 genpkg_rules() {
al@20534 27 copy @std
al@20534 28 DEPENDS="libnl ncurses"
pascal@17513 29 }