mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-wireless/airtraf: drop 1.1-r4
Bug: https://bugs.gentoo.org/950871 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
30fdfafc77
commit
dfb3d8dc84
@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="AirTraf 802.11b Wireless traffic sniffer"
|
||||
HOMEPAGE="http://www.elixar.com/"
|
||||
SRC_URI="http://www.elixar.com/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
|
||||
RDEPEND="
|
||||
net-libs/libpcap
|
||||
sys-libs/ncurses:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-sniffd.patch
|
||||
"${FILESDIR}"/${P}-off-by-one.patch
|
||||
"${FILESDIR}"/${P}-fprintf-format.patch
|
||||
"${FILESDIR}"/${P}-fno-common.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e '/^LIBS/s|=.*|= $(shell $(PKG_CONFIG) --libs panel)|' \
|
||||
src/libncurses/Makefile || die
|
||||
sed -i \
|
||||
-e 's|-lpanel -lncurses|$(shell $(PKG_CONFIG) --libs ncurses panel)|' \
|
||||
src/sniffd/Makefile || die
|
||||
tc-export PKG_CONFIG
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# parallel make (bug #297331)
|
||||
emake -C src -j1 \
|
||||
CC="$(tc-getCC)" \
|
||||
CXX="$(tc-getCXX)" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin src/airtraf
|
||||
dodoc Authors COMPATIBILITY docs/airtraf_doc.html
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user