wok annotate strigi-client/receipt @ rev 23680
qemu: partial cloop v4 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:17:58 2020 +0000 (2020-04-26) |
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 } |