mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
strigi: bump version.
* use cmakeDirArgs
This commit is contained in:
89
app-misc/strigi/strigi-0.7.8.recipe
Normal file
89
app-misc/strigi/strigi-0.7.8.recipe
Normal file
@@ -0,0 +1,89 @@
|
||||
SUMMARY="A Desktop search daemon"
|
||||
DESCRIPTION="Strigi is a desktop search daemon, which is operating \
|
||||
system-independent and desktop-independent. Strigi's goals are to be fast, \
|
||||
use a small amount of RAM, and use flexible backends and plug-ins. Like most \
|
||||
desktop search systems, Strigi can extract information from files, such as \
|
||||
the length of an audio clip, the contents of a document, or the resolution \
|
||||
of a picture; plugins determine what filetypes it is capable of handling."
|
||||
HOMEPAGE="http://strigi.sourceforge.net"
|
||||
COPYRIGHT="2011 Jos van den Oever"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.vandenoever.info/software/strigi/strigi-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989"
|
||||
PATCHES="strigi-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
strigi${secondaryArchSuffix} = $portVersion
|
||||
lib:libstreamanalyzer$secondaryArchSuffix = $portVersion
|
||||
lib:libstreams$secondaryArchSuffix = $portVersion
|
||||
lib:libsearchclient$secondaryArchSuffix = $portVersion
|
||||
lib:libstrigihtmlgui$secondaryArchSuffix = $portVersion
|
||||
cmd:deepfind
|
||||
cmd:deepgrep
|
||||
cmd:rdfindexer
|
||||
cmd:strigicmd
|
||||
cmd:strigidaemon
|
||||
cmd:xmlindexer
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
strigi${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libstreamanalyzer$secondaryArchSuffix = $portVersion
|
||||
devel:libstreams$secondaryArchSuffix = $portVersion
|
||||
devel:libsearchclient$secondaryArchSuffix = $portVersion
|
||||
devel:libstrigihtmlgui$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
strigi${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:perl
|
||||
cmd:make
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_DBUS=off .
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libstreamanalyzer \
|
||||
libstreams \
|
||||
libsearchclient \
|
||||
libstrigihtmlgui
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$libDir/cmake
|
||||
}
|
||||
Reference in New Issue
Block a user