sys-apps/gawk: stable 5.0.1 for ppc, bug #725374
[gentoo.git] / net-analyzer / raddump / raddump-0.3.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit autotools
7
8 DESCRIPTION="RADIUS packet interpreter"
9 HOMEPAGE="https://sourceforge.net/projects/raddump/"
10 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="amd64 ~ppc x86"
15 IUSE=""
16
17 RDEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
18 DEPEND=${RDEPEND}
19
20 src_prepare() {
21         default
22         eautoreconf
23 }