wok-next diff wavemon/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | 8e1b2a143eb3 |
children |
line diff
1.1 --- a/wavemon/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/wavemon/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -1,30 +1,27 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="wavemon" 1.8 VERSION="0.7.5" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." 1.11 +SHORT_DESC="Ncurses-based monitoring application for wireless network devices" 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://github.com/uoaerg/wavemon" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://github.com/uoaerg/wavemon" 1.18 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" 1.19 1.20 -DEPENDS="ncurses libcap" 1.21 BUILD_DEPENDS="ncurses-dev libcap-dev" 1.22 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 +compile_rules() { 1.27 ./configure \ 1.28 --prefix=/usr \ 1.29 $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + make && 1.32 + make install 1.33 } 1.34 1.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.36 -genpkg_rules() 1.37 -{ 1.38 - mkdir -p $fs/usr 1.39 - cp -a $install/usr/bin $fs/usr 1.40 +genpkg_rules() { 1.41 + copy @std 1.42 + DEPENDS="ncurses libcap" 1.43 }