blob: 491b94e1c76889665d45e55d87172b2d5c301b09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.20.0.ebuild,v 1.1 2008/06/01 01:20:58 jurek Exp $
inherit eutils cmake-utils qt4
DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
HOMEPAGE="http://cutecom.sourceforge.net"
SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="$(qt4_min_version 4.0)"
RDEPEND="${DEPEND}
net-dialup/lrzsz"
|