blob: ab46e1ccef1a6acd89e36b2141f001c72e34ede5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/khttrack/khttrack-0.10.ebuild,v 1.7 2004/06/25 00:56:47 agriffis Exp $
inherit kde
DESCRIPTION="KDE 3.x frontend for httrack"
SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${P}.tar.bz2"
HOMEPAGE="http://www.nongnu.org/${PN}/"
KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
need-kde 3
DEPEND=">=kde-base/kdelibs-3
net-www/httrack"
RDEPEND=">=kde-base/kdelibs-3
net-www/httrack"
|