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:
parent
543cea6b26
commit
2456ebc567
|
@ -23,10 +23,6 @@ DEPEND="${RDEPEND}
|
||||||
|
|
||||||
DOCS=( README.md )
|
DOCS=( README.md )
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
"${FILESDIR}/${P}-build.patch"
|
|
||||||
)
|
|
||||||
|
|
||||||
pkg_pretend() {
|
pkg_pretend() {
|
||||||
local CONFIG_CHECK="~CFG80211"
|
local CONFIG_CHECK="~CFG80211"
|
||||||
check_extra_config
|
check_extra_config
|
||||||
|
@ -45,6 +41,15 @@ src_prepare() {
|
||||||
eautoreconf
|
eautoreconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_configure () {
|
||||||
|
CFLAGS="${CFLAGS}" econf
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
unset CFLAGS
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue