summaryrefslogtreecommitdiff
blob: 58bd292fdd443bd604b8ba4bf28998bed2129ff7 (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
27
28
29
30
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/umtsmon-0.6.ebuild,v 1.2 2007/10/02 16:13:28 mrness Exp $

inherit qt3

DESCRIPTION="UMTSmon is a tool to control and monitor a wireless mobile network card (GPRS, EDGE, WCDMA, UMTS, EV-DO, HSDPA)"
HOMEPAGE="http://umtsmon.sourceforge.net/"
SRC_URI="mirror://sourceforge/umtsmon/${P}.src.tar.gz"

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

DEPEND="$(qt_min_version 3.3)"
RDEPEND="${DEPEND}
	net-dialup/ppp
	sys-apps/pcmciautils"

src_compile() {
	eqmake3 || die "eqmake3 failed"
	emake || die "emake failed"
}

src_install() {
	dobin umtsmon

	dodoc README TODO
}