blob: 9fd1f501b51c8623a6872c1db4e4637239a30f27 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.10.ebuild,v 1.2 2005/01/26 02:06:22 weeve Exp $
inherit gnome2 mono
DESCRIPTION="Sussen is a tool for testing the security posture of computers and other network devices."
HOMEPAGE="http://sussen.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
KEYWORDS="~x86 -sparc"
RDEPEND=">=dev-dotnet/mono-1.0
>=dev-dotnet/gtk-sharp-1.0
>=dev-dotnet/glade-sharp-1.0
>=dev-dotnet/gnome-sharp-1.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig
app-text/scrollkeeper"
DOCS="AUTHORS COPYING ChangeLog INSTALL \
NEWS README TODO"
|