wok view strigi-client/receipt @ rev 7650

Add squashfs+xz to kernel. This allows for greater compressing then lzma and it will work without cause a kernel opps. As long as the custom code for freeing lzma initramfs stays with lzma initramfs.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 14 21:45:09 2010 +0000 (2010-12-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 }