]> Pileus Git - ~andy/sunrise/blob - net-analyzer/gtknetcat/gtknetcat-0.1.ebuild
net-analyzer/icinga: fixed small fixups
[~andy/sunrise] / net-analyzer / gtknetcat / gtknetcat-0.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit base
6
7 DESCRIPTION="GUI frontend for the old UNIX command nc (netcat)"
8 HOMEPAGE="http://lxde.org/download"
9 SRC_URI="mirror://sourceforge/lxde/GtkNetCat%20%28GUI%20for%20netcat%29/GtkNetCat%20${PV}/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND="net-analyzer/netcat
17         dev-python/pygtk"
18 DEPEND=""