blob: f34d8f4171c6c3a17cad4b458cd612bac07f48d1 (
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
27
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knetscan/knetscan-1.0.ebuild,v 1.15 2006/07/10 15:19:27 blubb Exp $
ARTS_REQUIRED="yes"
inherit kde eutils
DESCRIPTION="KDE frontend for nmap, ping, whois and traceroute"
HOMEPAGE="http://sourceforge.net/projects/knetscan"
SRC_URI="mirror://sourceforge/knetscan/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND=">=net-analyzer/nmap-2.54_beta36
>=net-analyzer/traceroute-1.4_p12
>=net-misc/whois-4.5.28-r1
>=sys-apps/netkit-base-0.17-r5"
need-kde 3
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${P}-desktop.diff
}
|