diff options
Diffstat (limited to 'app-mobilephone/kmobiletools/kmobiletools-0.4.3.1-r1.ebuild')
-rw-r--r-- | app-mobilephone/kmobiletools/kmobiletools-0.4.3.1-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.4.3.1-r1.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.1-r1.ebuild new file mode 100644 index 000000000000..4d376f3cfe87 --- /dev/null +++ b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.1-r1.ebuild @@ -0,0 +1,18 @@ +# 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.4.3.1-r1.ebuild,v 1.1 2006/02/02 08:44:22 flameeyes 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="~amd64 ~ppc ~x86" + +need-kde 3.2 + +PATCHES="${FILESDIR}/${P}-gcc41.patch" + |