New strigi-release

This commit is contained in:
Micha Glave
2007-02-08 13:16:12 +00:00
parent 105457465a
commit 20c868d864
8 changed files with 148 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
DIST strigiapplet-0.3.11.tar.bz2 27835 RMD160 01c2a762557c158441dacd0d4ba389c6edaee2ab SHA1 a5e2010fe7538414420893da42c9616ca1aca390 SHA256 b19284b22a521aa6a6f92a9b1c134f9ddfc848832ee4d43e287e425b6dd338b2
EBUILD strigiapplet-0.3.11.ebuild 568 RMD160 949f63b628ecd478ad81b3de2cd79bdc170979a8 SHA1 772f874adec452736afba054720c83a0b7521255 SHA256 42566342e5960cdfc046326c1d389e6b44d2e74f4986af64675b44abdb525530
MD5 aa584f4c8ccbf8ff05aa53217939cdf8 strigiapplet-0.3.11.ebuild 568
RMD160 949f63b628ecd478ad81b3de2cd79bdc170979a8 strigiapplet-0.3.11.ebuild 568
SHA256 42566342e5960cdfc046326c1d389e6b44d2e74f4986af64675b44abdb525530 strigiapplet-0.3.11.ebuild 568
MD5 80c05a6a622d75bf379b1db9ebf913b3 files/digest-strigiapplet-0.3.11 259
RMD160 9b1b056c3007ce2772be495f2a303ed248947e9f files/digest-strigiapplet-0.3.11 259
SHA256 1bf40a35827434dc75b66570f311c42f3705410a30d5a05f3d4e5dedaae9b883 files/digest-strigiapplet-0.3.11 259

View File

@@ -0,0 +1,3 @@
MD5 482998b02bd81bee5550d4da1cf21038 strigiapplet-0.3.11.tar.bz2 27835
RMD160 01c2a762557c158441dacd0d4ba389c6edaee2ab strigiapplet-0.3.11.tar.bz2 27835
SHA256 b19284b22a521aa6a6f92a9b1c134f9ddfc848832ee4d43e287e425b6dd338b2 strigiapplet-0.3.11.tar.bz2 27835

View File

@@ -0,0 +1,3 @@
MD5 1de4285e955cc72351f75e45610491ce strigiapplet-0.3.8.tar.bz2 26711
RMD160 153632649d98b9d5e7a0f7c4e334d6f5393d36ec strigiapplet-0.3.8.tar.bz2 26711
SHA256 86667509fd18b37e6202f253b90d76bba8dbd1b79c0941a3659ca32b8ddfd2a1 strigiapplet-0.3.8.tar.bz2 26711

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
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=""
DEPEND="~kde-misc/strigi-${PV}"
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
}