1 |
# Copyright 1999-2002 Gentoo Technologies, Inc. |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# Author Bart Verwilst <verwilst@gentoo.org> |
4 |
# $Header: /home/cvsroot/gentoo-x86/net-misc/qtella/qtella-0.4.1.ebuild,v 1.1 2002/03/12 22:02:09 verwilst Exp $ |
5 |
. /usr/portage/eclass/inherit.eclass || die |
6 |
inherit kde-base || die |
7 |
|
8 |
need-kde 3.* |
9 |
|
10 |
S=${WORKDIR}/${P}a |
11 |
SRC_URI="http://prdownloads.sourceforge.net/qtella/${P}a.tar.gz" |
12 |
HOMEPAGE="http://www.qtella.net" |
13 |
DESCRIPTION="Excellent KDE Gnutella Client" |
14 |
SLOT="0" |
15 |
|
16 |
src_compile() { |
17 |
|
18 |
cd ${S} |
19 |
kde_src_compile myconf |
20 |
./configure ${myconf} --with-kde-libs=${KDE3DIR}/lib --with-kde-includes=${KDE3DIR}/include --prefix=/usr || die |
21 |
emake || die |
22 |
|
23 |
} |
24 |
|
25 |
|