wavemon: use CFLAGS (XBPS_CFLAGS is internal), cleanup short_desc.
This commit is contained in:
parent
6d78188666
commit
7674a944bb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wavemon'
|
||||
pkgname=wavemon
|
||||
version=0.7.6
|
||||
revision=1
|
||||
revision=2
|
||||
create_srcdir="yes"
|
||||
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum="29c62524432213a6ba8c56ac9a35d83876cbc52745c82c2e2fec78e008d46b0e"
|
||||
|
@ -10,6 +10,6 @@ makedepends="ncurses-devel"
|
|||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://www.erg.abdn.ac.uk/ergcms/wavemon/"
|
||||
license="GPL-3"
|
||||
short_desc="Wavemon is an ncurses-based monitoring application for wireless network devices"
|
||||
short_desc="Ncurses-based monitoring application for wireless network devices"
|
||||
|
||||
XBPS_CFLAGS="-O2 -pipe -pthread"
|
||||
CFLAGS="-pthread"
|
||||
|
|
Loading…
Reference in New Issue