wavemon: update to 0.8.1.
Adopted.
This commit is contained in:
parent
828a0b56ea
commit
e424416eda
1 changed files with 10 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'wavemon'
|
# Template file for 'wavemon'
|
||||||
pkgname=wavemon
|
pkgname=wavemon
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
|
||||||
checksum=81ee1f06f8349fee62e98ec5b53dff5b76c4d8fcb439f20cca806255239e3a2a
|
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="ncurses-devel libnl3-devel"
|
makedepends="ncurses-devel libnl3-devel"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
|
||||||
homepage="http://www.erg.abdn.ac.uk/ergcms/wavemon/"
|
|
||||||
license="GPL-3"
|
|
||||||
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>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/uoaerg/wavemon"
|
||||||
|
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=c9ea57da4f8161401bcaaca17b37bcdf16ffb88baad2370afed2e15a7f71af73
|
||||||
|
|
||||||
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
|
|
||||||
|
@ -18,3 +18,7 @@ post_extract() {
|
||||||
sed -i '/^CFLAGS/d' configure.ac
|
sed -i '/^CFLAGS/d' configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/wavemon
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue