Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40513
Collapse All | Expand All

(-)kadu-0.3.6.ebuild (-5 / +10 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-im/kadu/kadu-0.3.6.ebuild,v 1.3 2004/01/07 19:26:00 mholzer Exp $
3
# $Header: $
4
4
5
MY_P=${P/_/-}
5
MY_P=${P/_/-}
6
DESCRIPTION="QT version of popular in Poland Gadu-Gadu IM network"
6
DESCRIPTION="QT version of popular in Poland Gadu-Gadu IM network"
7
HOMEPAGE="http://kadu.net/"
7
HOMEPAGE="http://kadu.net/"
8
SRC_URI="http://kadu.net/releases/${MY_P}.tar.bz2"
8
SRC_URI="http://kadu.net/download/stable/${MY_P}.tar.bz2"
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
10
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="x86"
12
KEYWORDS="x86"
13
13
14
IUSE="kde"
14
IUSE="kde kadu-voice kadu-modules debug"
15
15
16
DEPEND=">=x11-libs/qt-3.0.1
16
DEPEND=">=x11-libs/qt-3.0.1
17
	kde? ( kde-base/arts )"
17
	kde? ( kde-base/arts )"
Lines 19-25 Link Here
19
S=${WORKDIR}/${PN}
19
S=${WORKDIR}/${PN}
20
20
21
src_compile() {
21
src_compile() {
22
	econf || die
22
	local myconf
23
24
	use kadu-voice && myconf="${myconf} --enable-voice"
25
	use kadu-modules && myconf="${myconf} --enable-modules"
26
	use debug && myconf="${myconf} --enable-debug"
27
	econf ${myconf} || die
23
	emake || die
28
	emake || die
24
}
29
}
25
30

Return to bug 40513