blob: c28c6ff1fb5641aa7536292d7b12463cfb560ede (
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.5 2005/06/19 12:17:43 dholm 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="~ppc -sparc ~x86"
RDEPEND=">=dev-lang/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"
|