wok-6.x view strigi-client/receipt @ rev 8623
Fix: libarchive doesn't need acl hack anymore: acl files are now installed to the right location.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 20:54:26 2011 +0100 (2011-02-14) |
parents | |
children | a00bf44ed23d |
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 DEPENDS="strigi libQtCore libQtDBus"
9 WANTED="strigi"
10 WEB_SITE="http://www.vandenoever.info/software/strigi/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/strigiclient $fs/usr/bin
17 }