mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
hyenae: a highly flexible packet generator
This commit is contained in:
parent
a29c6d1dc4
commit
1199c141ff
2 changed files with 29 additions and 0 deletions
2
net-analyzer/hyenae/Manifest
Normal file
2
net-analyzer/hyenae/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST hyenae-0.36-1.tar.gz 156443 RMD160 57aa2f0d7acde067b987d529222196966abf4c40 SHA1 7e654e8537a41b5da636edafd94ca1fec00b2356 SHA256 8f752061c0ba8ce3e771bf03b1d9c18849d7e1d91751323971e42695ac277db8
|
||||
EBUILD hyenae-0.36_p1.ebuild 510 RMD160 5c29007cc4e786371e3092b7b39feacbba77dc2a SHA1 080ae251b39552144c6e1fcb78875761fe18efa8 SHA256 9ad3a0faafacbc613a4c37784f124912a2a0b5075ba99055c72f482249d8f745
|
||||
27
net-analyzer/hyenae/hyenae-0.36_p1.ebuild
Normal file
27
net-analyzer/hyenae/hyenae-0.36_p1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
MY_P=${P/_p/-}
|
||||
|
||||
EAPI=3
|
||||
|
||||
DESCRIPTION="a highly flexible packet generator"
|
||||
HOMEPAGE="http://sourceforge.net/projects/hyenae/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libdnet
|
||||
net-libs/libpcap
|
||||
dev-libs/libnl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install || die
|
||||
}
|
||||
Loading…
Reference in a new issue