summaryrefslogtreecommitdiff
blob: 0f8eec7736032fdd7fb1f650b2dca1d0654201a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit base

DESCRIPTION="GUI frontend for the old UNIX command nc (netcat)"
HOMEPAGE="http://lxde.org/download"
SRC_URI="mirror://sourceforge/lxde/GtkNetCat%20%28GUI%20for%20netcat%29/GtkNetCat%20${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-analyzer/netcat
	dev-python/pygtk"
DEPEND=""