wok view clucene-dev/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 fdce9fde98b2
children cf088243a4a5
line source
1 # SliTaz package receipt.
3 PACKAGE="clucene-dev"
4 VERSION="0.9.21b"
5 CATEGORY="system-tools"
6 SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine"
7 MAINTAINER="domcox@users.sourceforge.net"
8 WANTED="clucene"
9 WEB_SITE="http://sourceforge.net/projects/clucene/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 # we need to re-create $_pkg as SOURCE != PACKAGE
15 _pkg=$WOK/$WANTED/$WANTED-core-$VERSION/_pkg
16 mkdir -p $fs/usr/lib $fs/usr/include
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/CLucene $fs/usr/lib
20 }