wok view iftopcolor/receipt @ rev 21087

updated jsoncpp (0.10.2 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Mar 15 15:55:06 2019 +0100 (2019-03-15)
parents 9892830afb57
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="iftopcolor"
4 VERSION="20140730"
5 CATEGORY="network"
6 SHORT_DESC="Added color bars to iftop."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/srix/iftopcolor"
11 WGET_URL="git|git://github.com/srix/iftopcolor"
13 DEPENDS="libpcap ncurses"
14 BUILD_DEPENDS="libpcap-dev ncurses-dev git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 }