# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Kommander is an editor and executor that produce dialogs that you can execute." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=12865" # Package name is different from ebuild name! PKGNAME="kommander-1.0alpha7" SRC_URI="mirror://sourceforge/kommander/${PKGNAME}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X kde" DEPEND=">=kde-base/kde-3.1" S=${WORKDIR}/${PKGNAME} src_compile() { econf || die emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die einstall || die }