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

(-)kadu-0.3.7.ebuild (-3 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 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.7.ebuild,v 1.1 2004/02/06 04:28:18 rizzo 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"
Lines 21-28 Link Here
21
src_compile() {
21
src_compile() {
22
	local myconf
22
	local myconf
23
23
24
	use kadu-voice && myconf="${myconf} --enable-voice"
24
	use kadu-voice || myconf="${myconf} --disable-voice"
25
	use kadu-modules && myconf="${myconf} --enable-modules"
25
	use kadu-modules || myconf="${myconf} --disable-modules"
26
	use debug && myconf="${myconf} --enable-debug"
26
	use debug && myconf="${myconf} --enable-debug"
27
	econf ${myconf} || die
27
	econf ${myconf} || die
28
	emake || die
28
	emake || die

Return to bug 48458