| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.2 | 7 | amd64 ~ppc x86 | 0 |
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit autotools
DESCRIPTION="Utility for DHCP starvation attacks"
MY_PV=$(ver_cut '1-2')
SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${P}.tar.gz"
HOMEPAGE="http://dhcpstarv.sourceforge.net/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
RDEPEND="
"
DEPEND="
${RDEPEND}
"
src_prepare(){
eautoreconf
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dhcpstarv-0.2.2.tar.gz | 34942 bytes | mirror://sourceforge/dhcpstarv/$(ver_cut/dhcpstarv-0.2.2.tar.gz |