19 lines
556 B
Bash
19 lines
556 B
Bash
# Template file for 'ifstatus'
|
|
pkgname=ifstatus
|
|
version=2.0.0
|
|
revision=1
|
|
wrksrc=ifstatus-v${version}
|
|
build_style=gnu-makefile
|
|
patch_args="-Np1"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Display network traffic on console"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="GPL-2"
|
|
homepage="http://ifstatus.sourceforge.net/graphic/index.html"
|
|
distfiles="http://ifstatus.sourceforge.net/download/ifstatus-v${version}.tar.gz"
|
|
checksum=7b4a6124b02e41b4fe532a634bbc66e5749145d1963455190c20f5518513c258
|
|
|
|
do_install() {
|
|
vbin ifstatus
|
|
}
|