net-wireless/wavemon: Test for upsteam #107

https://github.com/uoaerg/wavemon/issues/107

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-09-27 08:51:13 +02:00
parent 543cea6b26
commit 2456ebc567
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 9 additions and 4 deletions

View File

@ -23,10 +23,6 @@ DEPEND="${RDEPEND}
DOCS=( README.md )
PATCHES=(
"${FILESDIR}/${P}-build.patch"
)
pkg_pretend() {
local CONFIG_CHECK="~CFG80211"
check_extra_config
@ -45,6 +41,15 @@ src_prepare() {
eautoreconf
}
src_configure () {
CFLAGS="${CFLAGS}" econf
}
src_compile() {
unset CFLAGS
default
}
src_install() {
default