wok view libQtClucene/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents 30f0edfdd2e4
children 99e3675b8ff1
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtClucene"
4 VERSION="4.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt clucene Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qt.nokia.com/"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
18 cp -a $_pkg/usr/lib/libQtCLucene.so* $fs/usr/lib
19 }