wok-current diff clucene-dev/receipt @ rev 24987
grub: add gpt support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 12 07:08:39 2022 +0000 (2022-05-12) |
parents | 86790a278e70 |
children | ad0bc3efbf37 |
line diff
1.1 --- a/clucene-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/clucene-dev/receipt Thu May 12 07:08:39 2022 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clucene-dev" 1.7 -VERSION="0.9.21b" 1.8 +VERSION="2.3.3.4" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine" 1.11 +SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine - development files." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="LGPL Apache" 1.14 +WEB_SITE="https://sourceforge.net/projects/clucene/" 1.15 + 1.16 WANTED="clucene" 1.17 -WEB_SITE="https://sourceforge.net/projects/clucene/" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib $fs/usr/include 1.23 - cp -a $install/usr/include $fs/usr 1.24 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/CLucene $fs/usr/lib 1.26 + mkdir -p $fs/usr/include 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 +# cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 +# cp -a $install/usr/lib/CLucene $fs/usr/lib 1.31 } 1.32 -