wok-next annotate wavemon/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 8e1b2a143eb3
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@14377 2
pascal@14377 3 PACKAGE="wavemon"
pascal@14377 4 VERSION="0.7.5"
pascal@14377 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Ncurses-based monitoring application for wireless network devices"
pascal@14377 7 MAINTAINER="paul@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://github.com/uoaerg/wavemon"
al@21020 10
pascal@14377 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14377 12 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL"
pascal@14377 13
pascal@14999 14 BUILD_DEPENDS="ncurses-dev libcap-dev"
pascal@14999 15
al@21020 16 compile_rules() {
pascal@14377 17 ./configure \
pascal@14377 18 --prefix=/usr \
pascal@14377 19 $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make install
pascal@14377 22 }
pascal@14377 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 DEPENDS="ncurses libcap"
pascal@14377 27 }