Bug 62084 - ebuild for kmobiletools (new package)
Bug#: 62084 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: ian@gentoo.org
Component: Ebuilds
URL:  http://kmobiletools.berlios.de
Summary: ebuild for kmobiletools (new package)
Keywords:  
Status Whiteboard: 
Opened: 2004-08-29 04:05 0000
Description:   Opened: 2004-08-29 04:05 0000
New ebuild. Version 0.2.0.

------- Comment #1 From Christian Hartmann 2004-08-29 04:06:38 0000 -------
Created an attachment (id=38422) [details]
ebuild for kmobiletools v0.2.0

attached ebuild

------- Comment #2 From Timo Maier 2004-09-07 11:37:48 0000 -------
Here's the ebuild for 0.3.0. I hope this nice tool will show up in the portage
soon. 

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: 
inherit kde-base

need-kde 3.2

DESCRIPTION="KMobiletools"
SRC_URI="http://download.berlios.de/kmobiletools/kmobiletools-0.3.0.tar.gz"
HOMEPAGE="http://kmobiletools.berlios.de/"
LICENSE="GPL-2"
KEYWORDS="~x86"
RESTRICT="nomirror" 

src_compile()
{
        ./configure --prefix=$KDEDIR --enable-debug=full --enable-final
        emake

}

------- Comment #3 From Simone Gotti (RETIRED) 2004-11-12 03:09:04 0000 -------
kmobiletools-0.4.0 is now in portage. 

Let us know for every version bump opening a new bug report. Thanks!