wok view clucene-dev/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (19 months ago)
parents 1dce3fb32d2b
children 69e1e705f038
line source
1 # SliTaz package receipt.
3 PACKAGE="clucene-dev"
4 VERSION="2.3.3.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine - development files."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL Apache"
9 WEB_SITE="https://sourceforge.net/projects/clucene"
11 WANTED="clucene"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/include
18 cp -a $install/usr/include $fs/usr
19 # cp -a $install/usr/lib/*.*a $fs/usr/lib
20 # cp -a $install/usr/lib/CLucene $fs/usr/lib
21 }