You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/cutecom/cutecom-0.22.0.ebuild

23 lines
604 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0.ebuild,v 1.1 2009/11/29 09:25:09 mrness Exp $
EAPI=2
inherit eutils qt4 cmake-utils
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="x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-qt3support:4"
RDEPEND="${DEPEND}
net-dialup/lrzsz"