wok view strigi-client/receipt @ rev 22443

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents 6135577f4d08
children b7f9d3ba466d
line source
1 # SliTaz package receipt.
3 PACKAGE="strigi-client"
4 VERSION="0.7.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Strigi GUI client using QT."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://sourceforge.net/projects/strigi/"
11 DEPENDS="libQtCore libQtDBus strigi"
12 WANTED="strigi"
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 }