summaryrefslogtreecommitdiff
path: root/net-analyzer/angst/angst-0.4b-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /net-analyzer/angst/angst-0.4b-r2.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'net-analyzer/angst/angst-0.4b-r2.ebuild')
-rw-r--r--net-analyzer/angst/angst-0.4b-r2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-analyzer/angst/angst-0.4b-r2.ebuild b/net-analyzer/angst/angst-0.4b-r2.ebuild
deleted file mode 100644
index f06986f35421..000000000000
--- a/net-analyzer/angst/angst-0.4b-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="an active sniffer that provides methods for aggressive sniffing on switched LANs"
-HOMEPAGE="http://angst.sourceforge.net/"
-SRC_URI="http://angst.sourceforge.net/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-DEPEND="net-libs/libpcap
- net-libs/libnet:1.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- cp -av Makefile.linux{,.orig}
- epatch "${FILESDIR}"/${PV}-libnet-1.0.patch
- sed -i Makefile.linux \
- -e 's|^CC =|CC ?=|g' \
- -e '/ -o angst /s|$(OBJS)|$(LDFLAGS) &|g' \
- || die
-}
-
-src_compile() {
- emake \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- CC="$(tc-getCC)" \
- -f Makefile.linux
-}
-
-src_install() {
- dosbin angst
- doman angst.8
- dodoc README TODO ChangeLog
-}