wok view libQtClucene/receipt @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents 7bb096863642
children 9cb6a23202c2
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtClucene"
4 VERSION="4.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Qt clucene Library"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org"
10 WANTED="qt4"
12 DEPENDS="libQtCore"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libQtCLucene.so* $fs/usr/lib
19 }