wok annotate wavemon/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents f4c22f009037
children 6135577f4d08
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="wavemon"
pascal@14377 4 VERSION="0.7.5"
pascal@14377 5 CATEGORY="network"
pascal@14377 6 SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices."
pascal@14377 7 MAINTAINER="paul@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
pascal@14377 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14377 10 WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/"
pascal@14377 11 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL"
pascal@14377 12
pascal@14999 13 DEPENDS="ncurses libcap"
pascal@14999 14 BUILD_DEPENDS="ncurses-dev libcap-dev"
pascal@14999 15
pascal@14377 16 # Rules to configure and make the package.
pascal@14377 17 compile_rules()
pascal@14377 18 {
pascal@17670 19 export LDFLAGS="$LDFLAGS -ltinfo"
pascal@14377 20 ./configure \
pascal@14377 21 --prefix=/usr \
pascal@14377 22 $CONFIGURE_ARGS &&
pascal@14377 23 make && make install
pascal@14377 24 }
pascal@14377 25
pascal@14377 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14377 27 genpkg_rules()
pascal@14377 28 {
pascal@14377 29 mkdir -p $fs/usr
pascal@14377 30 cp -a $install/usr/bin $fs/usr
pascal@14377 31 }