wok diff strigi/receipt @ rev 24350
updated meson (0.53.2 -> 0.60.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 09:19:33 2022 +0100 (2022-02-03) |
parents | 25e6df381f36 |
children | 453c249b6219 |
line diff
1.1 --- a/strigi/receipt Fri Oct 11 17:34:30 2019 +0100 1.2 +++ b/strigi/receipt Thu Feb 03 09:19:33 2022 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="strigi" 1.7 -VERSION="0.7.5" 1.8 +VERSION="0.7.8" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A fast and light desktop search engine." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2" 1.13 -WEB_SITE="https://sourceforge.net/projects/strigi/" 1.14 +WEB_SITE="https://www.vandenoever.info/software/strigi/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}$TARBALL" 1.19 1.20 SUGGESTED="strigi-client" 1.21 DEPENDS="dbus expat libQtCore libQtDBus libQtXml libxml2 sqlite" 1.22 @@ -19,11 +19,10 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - mkdir -p build && 1.27 - cd build 1.28 - cmake \ 1.29 - -DCMAKE_INSTALL_PREFIX=/usr \ 1.30 - .. && 1.31 + mkdir build && 1.32 + cd build && 1.33 + cmake .. \ 1.34 + -DCMAKE_INSTALL_PREFIX=/usr && 1.35 make && 1.36 make install 1.37 } 1.38 @@ -39,5 +38,5 @@ 1.39 cp -a $install/usr/bin $fs/usr 1.40 1.41 # QT GUI split into strigi-client 1.42 - rm -f $fs/usr/bin/strigiclient 1.43 + rm -f $fs/usr/bin/strigiclient 1.44 }