Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4166/main/finkinfo/x11
Added Files:
strigi-gui.info
Log Message:
strigi
--- NEW FILE: strigi-gui.info ---
Info3: <<
Package: strigi-gui-%type_pkg[strigi]
Version: 0.5.11
Revision: 1
Description: Desktop Search (GUI)
Type: strigi (x11 mac)
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Depends: <<
%N-shlibs (= %v-%r),
dbus (>= 1.2.0-1)
<<
BuildDepends: <<
bzip2-dev,
clucene-core (>= 0.9.20-1),
cmake (>= 2.6.1-2),
dbus-dev (>= 1.2.0-1),
kde4-buildenv (>= 4.1-1),
libexiv2,
libiconv-dev,
libxml2 (>= 2.6.20-1),
strigi-dev (>= %v-1),
qt4-%type_pkg[strigi] (>= 4.4.1-1)
<<
GCC: 4.0
Source: http://www.vandenoever.info/software/strigi/strigi-%v.tar.bz2
Source-MD5: f1fa3488a9c2fe1e8128f4d44088c4ad
SourceDirectory: strigi-%v
CompileScript: <<
#!/bin/sh -ev
export KDE4_PREFIX="%p" KDE4_TYPE="%type_pkg[strigi]"
KDE4_INSTALL_PREFIX="%p/lib/%type_pkg[strigi]"
. %p/sbin/kde4-buildenv.sh
mkdir -p build
pushd build
cmake -DENABLE_FAM:BOOL=OFF -DENABLE_SQLITE:BOOL=OFF
$KDE4_CMAKE_ARGS ..
for dir in src/archivereader/qclient src/searchclient; do
pushd "$dir"
make VERBOSE=1
popd
done
popd
<<
InstallScript: <<
#!/bin/sh -ev
for dir in src/archivereader/qclient src/searchclient; do
pushd "build/$dir"
make -j1 install DESTDIR="%d"
popd
done
install -d -m 755 %i/bin
mv %i/lib/%type_pkg[strigi]/bin/strigiclient
%i/bin/strigiclient-%type_pkg[strigi]
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for the Strigi GUI
Depends: <<
clucene-core-shlibs (>= 0.9.20-1),
dbus-shlibs (>= 1.2.0-1),
qt4-%type_pkg[strigi]-gui-shlibs (>= 4.4.1-1),
strigi-shlibs (>= %v-1)
<<
DocFiles: COPYING
Files: lib/%type_pkg[strigi]/lib/libstrigiqtdbusclient.0*.dylib
Shlibs: %p/lib/%type_pkg[strigi]/lib/libstrigiqtdbusclient.0.dylib
0.0.0 %n (>= 0.5.6-1)
<<
SplitOff2: <<
Package: %N-dev
Description: Development headers and libraries for the Strigi GUI
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
DocFiles: COPYING
Files: <<
%p/lib/%type_pkg[strigi]/include
%p/lib/%type_pkg[strigi]/lib
<<
<<
PostInstScript: <<
if [ configure = "$1" ]; then
WEIGHT=100
if [ "%type_pkg[strigi]" = "x11" ]; then
WEIGHT=50
fi
update-alternatives --install %p/bin/strigiclient strigiclient
%p/bin/strigiclient-%type_pkg[strigi] $WEIGHT
fi
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
update-alternatives --remove strigiclient
%p/bin/strigiclient-%type_pkg[strigi]
fi
<<
Homepage: http://www.vandenoever.info/software/strigi/
DescDetail: <<
Strigi is a small daemon that can index information. Features:
* Very fast crawling.
* Very small memory footprint.
* No hammering of the system.
* Pluggable backend.
* Communication between daemon and search program over an
abstract interface, this is currently a simple socket but
implementation of dbus is a possibility. There's a small
perl program in the code as an example of how to query.
This is so easy that any KDE app could implement this.
* Simple interface for implementing plugins for extracting
information.
* Calculation of sha1 for every file crawled (allows fast
finding of duplicates)
This is the GUI code for Strigi.
<<
<<
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs