mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
Initial commit for iftop package.
This commit is contained in:
parent
d335c46e47
commit
29ee70c77d
1 changed files with 14 additions and 0 deletions
14
srcpkgs/iftop/template
Normal file
14
srcpkgs/iftop/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'iftop'
|
||||||
|
pkgname=iftop
|
||||||
|
version=0.17
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
|
makedepends="libpcap-devel ncurses-devel"
|
||||||
|
fulldepends="libpcap ncurses-libs"
|
||||||
|
short_desc="iftop: display bandwidth usage on an interface"
|
||||||
|
maintainer="tripledes <tripledes@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.ex-parrot.com/pdw/iftop/"
|
||||||
|
distfiles="${homepage}/download/$pkgname-$version.tar.gz"
|
||||||
|
checksum=d032547c708307159ff5fd0df23ebd3cfa7799c31536fa0aea1820318a8e0eac
|
Loading…
Add table
Reference in a new issue