summaryrefslogtreecommitdiff
blob: c2f2fdd26d8f44c67e68848fafc5783beb813556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils
DESCRIPTION="hrwurm is a small and simple RTP fuzzer."
HOMEPAGE="http://mazzoo.de/blog/2006/08/25"
SRC_URI="http://mazzoo.de/d/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

IUSE=""
DEPEND="virtual/libc
		net-analyzer/dsniff"
RDEPEND="${DEPEND}"

src_compile() {
	emake || die "emake failed"
}

src_install() {
	dobin ohrwurm
	dodoc README.txt
}