diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:52 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:52 +0200 |
commit | ab6e67ad2cc5329b46cedbab059169042b2bb405 (patch) | |
tree | 396488113dd727a34102b7b97e03456b00fb97f3 /extra/strigi/Pkgfile | |
parent | 11dfe6bfd62ead58d7e4b7876608feba9feca78a (diff) | |
download | nutyx-extra-ab6e67ad2cc5329b46cedbab059169042b2bb405.tar.gz nutyx-extra-ab6e67ad2cc5329b46cedbab059169042b2bb405.tar.bz2 nutyx-extra-ab6e67ad2cc5329b46cedbab059169042b2bb405.tar.xz nutyx-extra-ab6e67ad2cc5329b46cedbab059169042b2bb405.zip |
strigi dans extra
Diffstat (limited to 'extra/strigi/Pkgfile')
-rwxr-xr-x | extra/strigi/Pkgfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/strigi/Pkgfile b/extra/strigi/Pkgfile new file mode 100755 index 000000000..71db7bf8b --- /dev/null +++ b/extra/strigi/Pkgfile @@ -0,0 +1,25 @@ +# Description: Outil de recherche pour bureau kde +# URL: http://strigi.sourceforge.net +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: curl, cmake, clucene, qt, xerces-c, exiv2, gamin, ffmpeg, boost +# Run on: curl,clucene,qt,xerces-c,exiv2,gamin,boost + +name=strigi +version=0.7.6 +release=1 +source=(http://cdn.debian.net/debian/pool/main/s/$name/${name}_$version.orig.tar.bz2) + +build() { + cd $name-$version + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_EXPAT=ON \ + -DENABLE_FAM=ON \ + -DENABLE_INOTIFY=ON \ + -DENABLE_LOG4CXX=OFF \ + -DENABLE_SQLITE=OFF .. + make + make DESTDIR=$PKG install +} |