blob: 0153c1f5e2beec75d4976e217ca22f5c87e02e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/khttrack/khttrack-0.10.ebuild,v 1.1 2005/03/18 18:51:04 seemant Exp $
inherit kde eutils
DESCRIPTION="KDE 3.x frontend for httrack"
SRC_URI="http://savannah.nongnu.org/download/khttrack/stable.pkg/${PV}/${P}.tar.bz2"
HOMEPAGE="http://www.nongnu.org/khttrack/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~sparc"
IUSE=""
DEPEND="www-client/httrack"
RDEPEND="www-client/httrack"
need-kde 3
src_unpack() {
kde_src_unpack
use arts || epatch ${FILESDIR}/khttrack-0.10-configure-arts.patch
}
|