wok-current annotate 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 |
rev | line source |
---|---|
domcox@6087 | 1 # SliTaz package receipt. |
domcox@6087 | 2 |
domcox@6087 | 3 PACKAGE="clucene-dev" |
Hans-G?nter@22601 | 4 VERSION="2.3.3.4" |
domcox@6087 | 5 CATEGORY="system-tools" |
Hans-G?nter@22601 | 6 SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine - development files." |
pascal@13025 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@15022 | 8 LICENSE="LGPL Apache" |
Hans-G?nter@22601 | 9 WEB_SITE="https://sourceforge.net/projects/clucene/" |
Hans-G?nter@22601 | 10 |
domcox@6087 | 11 WANTED="clucene" |
domcox@6087 | 12 |
domcox@6087 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6087 | 14 genpkg_rules() |
domcox@6087 | 15 { |
Hans-G?nter@22601 | 16 mkdir -p $fs/usr/include |
Hans-G?nter@22601 | 17 |
Hans-G?nter@22601 | 18 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22601 | 19 # cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@22601 | 20 # cp -a $install/usr/lib/CLucene $fs/usr/lib |
domcox@6087 | 21 } |