blob: 73250e3fb7826e5b55e3cb931d93788e29dfacef (
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.12.ebuild,v 1.2 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.1
=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"
|