mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
wavemon: update to 0.9.2.
This commit is contained in:
parent
7fcecc6cf6
commit
cfea1ab7cd
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wavemon'
|
# Template file for 'wavemon'
|
||||||
pkgname=wavemon
|
pkgname=wavemon
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
|
@ -10,11 +10,12 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/uoaerg/wavemon"
|
homepage="https://github.com/uoaerg/wavemon"
|
||||||
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=5ebd5b79d3b7c546bc16b95161872c699a75e9acdfc6e3f02ec48dad10802067
|
checksum=13334ff17720ba4d17f4658dd2b93a50a6b5bc0583dedd72b88fd0cb90db686a
|
||||||
|
|
||||||
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
sed -i 's:ncursesw/curses.h:curses.h:' wavemon.h
|
||||||
sed -i '/^CFLAGS/d' configure.ac
|
sed -i '/^CFLAGS/d' configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue