wok diff wavemon/receipt @ rev 14705
perl-http-cookies, perl-http-daemon, perl-http-negotiate, perl-net-http: no /usr/bin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 07 20:11:00 2013 +0200 (2013-06-07) |
parents | |
children | 2b9f96603415 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wavemon/receipt Fri Jun 07 20:11:00 2013 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wavemon" 1.7 +VERSION="0.7.5" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="ncurses libcap" 1.12 +BUILD_DEPENDS="ncurses-dev libcap-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" 1.15 +WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + $CONFIGURE_ARGS && 1.24 + make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $install/usr/bin $fs/usr 1.32 +} 1.33 +