blob: 54e059d3f4767975e62f05ad22da6e14bdd49c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/app-text/kfilereplace/kfilereplace-0.6.1.ebuild,v 1.3 2002/05/21 18:14:07 danarmak Exp
inherit kde-base || die
need-kde 3.0.1
S="${WORKDIR}/kfilereplace-0.7.0-pre2"
DESCRIPTION="A KDE 3.x multifile replace utility"
SRC_URI="mirror://sourceforge/kfilereplace/kfilereplace-0.7.0-pre2.tar.bz2"
HOMEPAGE="http://kfilereplace.sourceforge.net"
LICENSE="GPL-2"
DEPEND="$DEPEND sys-devel/perl"
|