wok-next view nbwmon/receipt @ rev 20907
slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 10 15:39:58 2018 +0300 (2018-08-10) |
parents | 466bca9334ef |
children | d457c4e37c1b |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nbwmon"
4 VERSION="20140917"
5 CATEGORY="network"
6 SHORT_DESC="Ncurses bandwidth monitor"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/defer-/nbwmon"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/defer-/nbwmon"
14 BUILD_DEPENDS="ncurses-dev git bzip2"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/nbwmon $install/usr/bin/nbwmon
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="ncurses"
24 }