blob: 3a1adb7c8998911c31efd66ad6b9ec8211ccba60 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.5_beta1.ebuild,v 1.1 2006/08/19 13:58:17 genstef 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/${P}.tar.bz2"
HOMEPAGE="http://www.kmobiletools.org/"
LICENSE="GPL-2"
IUSE="kde"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="kde? ( || ( ( kde-base/libkcal kde-base/kontact ) kde-base/kdepim ) )"
need-kde 3.3
src_compile() {
myconf="$(use_enable kde libkcal)
$(use_enable kde kontact-plugin)"
kde_src_compile
}
|