bwm-ng: update to 0.6.2.
This commit is contained in:
parent
48f6e3e93f
commit
0228f79f31
1 changed files with 12 additions and 7 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'bwm-ng'
|
# Template file for 'bwm-ng'
|
||||||
pkgname=bwm-ng
|
pkgname=bwm-ng
|
||||||
version=0.6.1
|
version=0.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="A console-based live network and disk io bandwidth monitor"
|
short_desc="Console-based live network and disk io bandwidth monitor"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gropp.org/?id=projects&sub=bwm-ng"
|
homepage="http://www.gropp.org/?id=projects&sub=bwm-ng"
|
||||||
distfiles="http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz"
|
distfiles="https://github.com/vgropp/bwm-ng/archive/v${version}.tar.gz"
|
||||||
checksum=c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd
|
checksum=906a2d561f2ec9e0dd68b7f51b302908e99515ea1216d0ecaf14d873ef54ae70
|
||||||
wrksrc="${pkgname}-${version%.*}"
|
nocross='configure: error: "NO INPUT FOUND"'
|
||||||
|
|
||||||
CFLAGS="-fgnu89-inline"
|
CFLAGS="-fgnu89-inline"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue