wok-current annotate strigi-client/receipt @ rev 25118
Use https://download.tuxfamily.org/ for some broken wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 25 16:14:50 2022 +0000 (2022-06-25) |
parents | 25e6df381f36 |
children |
rev | line source |
---|---|
pankso@5673 | 1 # SliTaz package receipt. |
pankso@5673 | 2 |
pankso@5673 | 3 PACKAGE="strigi-client" |
Hans-G?nter@23675 | 4 VERSION="0.7.8" |
pankso@5673 | 5 CATEGORY="system-tools" |
pankso@5673 | 6 SHORT_DESC="Strigi GUI client using QT." |
pankso@5673 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15004 | 8 LICENSE="LGPL2" |
Hans-G?nter@23675 | 9 WEB_SITE="https://www.vandenoever.info/software/strigi/" |
Hans-G?nter@21978 | 10 |
Hans-G?nter@21978 | 11 DEPENDS="libQtCore libQtDBus strigi" |
pankso@5673 | 12 WANTED="strigi" |
pascal@15004 | 13 |
pankso@5673 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@5673 | 15 genpkg_rules() |
pankso@5673 | 16 { |
pankso@5673 | 17 mkdir -p $fs/usr/bin |
Hans-G?nter@23675 | 18 cp -a $install/usr/bin/strigiclient $fs/usr/bin |
pankso@5673 | 19 } |