wok annotate clucene-dev/receipt @ rev 24006

Up sudo (1.9.5p2) CVE-2021-3156
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 29 15:14:04 2021 +0000 (2021-01-29)
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 }