wok annotate iftopcolor/receipt @ rev 23170

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