# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: kbabel-1.1.ebuild,v 1.2 2003/02/18 18:36:41 darktux Exp $ DESCRIPTION="KBabel is a set of tools for editing and managing gettext PO files." SRC_URI="ftp://ftp.i18n.kde.org/tools/kbabel/${P}.tar.bz2" HOMEPAGE="http://i18n.kde.org/tools/kbabel/index.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=kde-base/kdelibs-3.0" src_compile() { econf \ --prefix=/usr || die "Configure failed" emake || die "Compile failed" } src_install() { einstall install || die "Install failed" dodoc AUTHORS COPYING ChangeLog README* }