alpha-quadrant/kde-misc/strigiapplet/strigiapplet-0.5.1.ebuild

32 lines
572 B
Bash
Raw Normal View History

2007-02-08 14:16:12 +01:00
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2007-09-10 09:45:27 +02:00
# $Header: $
2007-02-08 14:16:12 +01:00
inherit kde
DESCRIPTION="Desktop Search engine with QT4 GUI"
HOMEPAGE="http://www.vandenoever.info/software/strigi"
SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
2007-09-10 09:45:27 +02:00
DEPEND=">=kde-misc/strigi-${PV}"
2007-02-08 14:16:12 +01:00
need-kde 3.3
src_compile() {
cd ${S}
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . || die
emake || die
}
src_install() {
cd ${S}
emake install DESTDIR=${D} || die
}