wok-next diff clucene-dev/receipt @ rev 6087
Add: clucene clucene-dev (0.9.21b)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Aug 29 21:24:52 2010 +0200 (2010-08-29) |
parents | |
children | fdce9fde98b2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clucene-dev/receipt Sun Aug 29 21:24:52 2010 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="clucene-dev" 1.7 +VERSION="0.9.21b" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine" 1.10 +MAINTAINER="domcox@users.sourceforge.net" 1.11 +WANTED="clucene" 1.12 +WEB_SITE="http://sourceforge.net/projects/clucene/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + # we need to re-create $_pkg as SOURCE != PACKAGE 1.18 + _pkg=$WOK/$WANTED/$WANTED-core-$VERSION/_pkg 1.19 + mkdir -p $fs/usr/lib $fs/usr/include 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/CLucene $fs/usr/lib 1.23 +} 1.24 +