SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "strigi"

# SliTaz package receipt.

PACKAGE="strigi"
VERSION="0.7.2"
CATEGORY="system-tools"
SHORT_DESC="Strigi is a fast and light desktop search engine."
MAINTAINER="pankso@slitaz.org"
DEPENDS="libxml2 expat sqlite dbus qt4"
BUILD_DEPENDS="$DEPENDS libxml2-dev cmake Qt4-dev bzlib expat-dev sqlite-dev \
dbus-dev libQtCore libQtDBus qmake"
SUGGESTED="strigi-client"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.vandenoever.info/software/strigi/"
WGET_URL="http://www.vandenoever.info/software/strigi/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    mkdir -p build && cd build
    cmake \
        -DCMAKE_INSTALL_PREFIX=/usr \
        .. &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib/$PACKAGE
    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    cp -a $_pkg/usr/lib/$PACKAGE/*.so* $fs/usr/lib/$PACKAGE
    cp -a $_pkg/usr/share $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
    # QT GUI split into strigi-client
    rm -f $fs/usr/bin/strigiclient    
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)