blob: 2f33dd21122ff2b36bc79f3b6739b90d9f2479f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kmobiletools/kmobiletools-0.4.2.ebuild,v 1.1 2005/02/04 17:00:04 greg_g Exp $
inherit kde
DESCRIPTION="KMobiletools is a KDE-based application that allows to control mobile phones with your PC."
SRC_URI="http://download.berlios.de/kmobiletools/kmobiletools-${PV}.tar.bz2"
HOMEPAGE="http://kmobiletools.berlios.de"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="~x86"
need-kde 3.2
|