wok-6.x view clucene-dev/receipt @ rev 23931

busybox: enable tcpsvd (for ftpd or lpd)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 04 17:38:59 2020 +0000 (2020-09-04)
parents 86790a278e70
children ad0bc3efbf37
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 }