Сравнение wavemon-0.9.3-r1 с wavemon-0.9.4
/usr/portage/net-wireless/wavemon/wavemon-0.9.4.ebuild 2023-10-09 14:52:34.788368484 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2021 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
inherit autotools linux-info toolchain-funcs |
|
6 |
inherit autotools linux-info |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards" |
9 | 9 |
HOMEPAGE="https://github.com/uoaerg/wavemon/" |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-3" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm ~hppa ppc sparc x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86" |
|
15 | 15 | |
16 | 16 |
IUSE="caps" |
17 |
RDEPEND="dev-libs/libnl:3 |
|
17 |
RDEPEND=" |
|
18 |
dev-libs/libnl:3[utils] |
|
18 | 19 |
sys-libs/ncurses:0= |
19 | 20 |
caps? ( sys-libs/libcap )" |
20 | 21 |
DEPEND="${RDEPEND} |
21 | 22 |
virtual/pkgconfig" |
22 | 23 | |
23 |
DOCS=( README.md THANKS ) |
|
24 |
DOCS=( README.md ) |
|
25 | ||
24 | 26 |
PATCHES=( |
25 | 27 |
"${FILESDIR}/${P}-build.patch" |
26 | 28 |
) |
27 | 29 | |
28 | 30 |
pkg_pretend() { |
29 |
local CONFIG_CHECK="~CFG80211_WEXT" |
|
31 |
local CONFIG_CHECK="~CFG80211" |
|
30 | 32 | |
31 | 33 |
check_extra_config |
32 | 34 |
} |
... | ... | |
39 | 41 |
# automagic on libcap, discovered in bug #448406 |
40 | 42 |
use caps || export ac_cv_lib_cap_cap_get_flag=false |
41 | 43 | |
42 |
# Respect CC |
|
43 |
tc-export CC |
|
44 | ||
45 | 44 |
default_src_prepare |
46 | 45 |
eautoreconf |
47 | 46 |
} |