void-packages/srcpkgs/bwm-ng/template
2019-05-09 10:24:26 +02:00

21 lines
604 B
Bash

# Template file for 'bwm-ng'
pkgname=bwm-ng
version=0.6.2
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="ncurses-devel"
short_desc="Console-based live network and disk io bandwidth monitor"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.gropp.org/?id=projects&sub=bwm-ng"
distfiles="https://github.com/vgropp/bwm-ng/archive/v${version}.tar.gz"
checksum=906a2d561f2ec9e0dd68b7f51b302908e99515ea1216d0ecaf14d873ef54ae70
nocross='configure: error: "NO INPUT FOUND"'
CFLAGS="-fgnu89-inline"
pre_configure() {
autoreconf -fi
}