Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62084 - ebuild for kmobiletools (new package)
Summary: ebuild for kmobiletools (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL: http://kmobiletools.berlios.de
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 04:05 UTC by Christian Hartmann (RETIRED)
Modified: 2004-11-12 03:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for kmobiletools v0.2.0 (kmobiletools-0.2.0.ebuild,545 bytes, text/plain)
2004-08-29 04:06 UTC, Christian Hartmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hartmann (RETIRED) gentoo-dev 2004-08-29 04:05:42 UTC
New ebuild. Version 0.2.0.
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2004-08-29 04:06:38 UTC
Created attachment 38422 [details]
ebuild for kmobiletools v0.2.0

attached ebuild
Comment 2 Timo Maier 2004-09-07 11:37:48 UTC
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 Simone Gotti (RETIRED) gentoo-dev 2004-11-12 03:09:04 UTC
kmobiletools-0.4.0 is now in portage. 

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