
Receipt for package "bmon"
# SliTaz package receipt. PACKAGE="bmon" VERSION="4.0" CATEGORY="network" SHORT_DESC="bandwidth monitor and rate estimator" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/tgraf/bmon" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="libnl ncursesw" BUILD_DEPENDS="wget autoconf automake libconfuse glib libnl-dev ncursesw-dev" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-ncursesw \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/etc cp -a $install/usr/share/doc/bmon/examples/bmon.conf $fs/etc cp -a $install/usr/bin $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)