wok view strigi-client/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents a00bf44ed23d
children 25e6df381f36
line source
1 # SliTaz package receipt.
3 PACKAGE="strigi-client"
4 VERSION="0.7.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Strigi GUI client using QT."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WANTED="strigi"
10 WEB_SITE="https://www.vandenoever.info/software/strigi/"
12 DEPENDS="strigi libQtCore libQtDBus"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/strigiclient $fs/usr/bin
19 }