blob: 4db30d3cd9aaa9b66bd8f5939a6337a84d05a298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/krename/krename-3.0.0_rc3.ebuild,v 1.1 2004/06/12 14:20:06 carlo Exp $
inherit kde
MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="KRename - a very powerful batch file renamer"
HOMEPAGE="http://www.krename.net/"
SRC_URI="mirror://sourceforge/krename/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
need-kde 3.1
src_compile() {
use debug || myconf="${myconf} --enable-final"
kde_src_compile
}
|