wavemon: update to 0.9.4.
This commit is contained in:
parent
3388d87f5e
commit
dbb4ca016b
1 changed files with 4 additions and 9 deletions
|
@ -1,24 +1,19 @@
|
||||||
# Template file for 'wavemon'
|
# Template file for 'wavemon'
|
||||||
pkgname=wavemon
|
pkgname=wavemon
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel libnl3-devel"
|
makedepends="ncurses-devel libnl3-devel"
|
||||||
short_desc="Ncurses-based monitoring application for wireless network devices"
|
short_desc="Ncurses-based monitoring application for wireless network devices"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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=ddbeb6ec8ed7d94fa895e5d57ecfe338495df3991f6facc7cf40aa121bf7ff60
|
checksum=e7e4167292136ca7ff12ddeb880904c10f33e97620ea6aa5f7838e859fdb40ed
|
||||||
|
|
||||||
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's:ncursesw/curses.h:curses.h:' wavemon.h
|
vsed -i -e 's/\?=/=/g' Makefile.in
|
||||||
sed -i '/net\/if.h/d' iw_if.h
|
|
||||||
sed -i '/^CFLAGS/d' configure.ac
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue